Forum Discussion
luizgomesjr
Feb 13, 2024Copper Contributor
User location in Security Alerts/Incidents logs
Dear Community,
I´ve been struggling to find a way to pull out location information for user in security incidents logs. The idea is to have this details on alerts and incidents to generate dashboards (workbooks) and reports. Would you be able to enlight me with ideas/insights?
Thanks in advance for your help.
- Clive_WatsonBronze Contributorhello, if you have an ip address you can try this command to get the location from that source https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/geo-info-from-ip-address-function
- luizgomesjrCopper ContributorThanks Clive, will look into it.