Oct 04 2020
11:39 PM
- last edited on
Dec 23 2021
04:49 AM
by
TechCommunityAP
Oct 04 2020
11:39 PM
- last edited on
Dec 23 2021
04:49 AM
by
TechCommunityAP
Greetings everyone!
I am currently trying to set up a playbook that takes the IP from a incident, looks up this ip(ip lookup or other similar services), and places a comment on the incident regarding information about who owns this IP.
I am doing this because there is extensive use of VPN's in the network and i wish to know if the logins occurring e.g. outside of Europe is owned by a known entity, such as Microsoft, or if it's something else.
I do not know much about how the logic apps are configured so any pointers in the right direction is much appreciated.
Oct 05 2020 12:11 AM
SolutionOct 05 2020 11:12 PM
This looks exactly like what i need. Let's see if i can make it work for my environment. Thank you : )
Oct 06 2020 12:29 AM
Well.. After some trial and error I cannot seem to make this work for me. I've read something about playbooks not necessarily working without the correct permission, you wouldn't happen to know which roles are needed to make functioning playbooks?
P.S. I am currently only assigned a Security Operator role.
Oct 06 2020 01:25 AM
Oct 06 2020 02:17 AM
The "Alert - Get incident" returns "NotFound" and ends the run.
Just the generic 404 resource not found.
Oct 06 2020 03:36 AM
@stianhoydal If you look at this page: https://docs.microsoft.com/en-us/azure/sentinel/roles#roles-and-allowed-actions, you will notice that to work with Playbooks you need Azure Sentinel Contributor + Logic App Contributor roles.
Oct 06 2020 04:00 AM
I went in and checked, and i do have these permissions, but the error message i get, when running the logic app @Thijs Lecomte linked, persists. Thanks for linking the resource though, it was nice to clear up what permissions i actually need.
Oct 06 2020 07:11 AM
Oct 07 2020 03:43 AM
That seems to have been my mistake, i never did link it to an alert, so no wonder it didn't find anything. But now it works like a charm. Thanks for the help.