Forum Discussion
AWS CloudTrail - "whois" Organization Whitelist
Siedlarczyk95 Sounds like you would need to create a logic app that makes the queries to whois to get the information you need and update a custom log with that information.
I do not have the exact code you would need but you can look at the Azure Sentinel on getting Teams information to give you an idea of how to start.
Hi Gary, thanks for the response.
I thought about that, but not sure how to stream the data to get it queried from whois.
As logic apps connectors for Sentinel are basically based on alerts, the nois would be huge if I used this approach.
Do you have a suggestion on that?
Best regards.
Lucas
- GaryBusheyMay 11, 2020Bronze Contributor
Siedlarczyk95 This would a straight Logic App, not a Playbook so you could set up to use the Recurrence trigger and use the HTTP action to call whois (assuming you can make a REST call to get the data you need)