- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-04-2024 02:51 PM
Hello,
I was wondering if someone could help point me in the right direction for setting up a custom alert in XSIAM when a user is removed from Azure AD from a particular user group.
For example, let's say we have a user group that excludes MFA-MDM for certain users, and we want to be alerted anytime someone is removed from that group within Cortex via an e-mail alert sent out.
We have the O365 integration set up and actively receive data from Azure AD.
I'm just not sure what type of query I need to do to check for this information to build an alert.
Thanks!
04-04-2024 02:57 PM
*removed / added to that group
04-11-2024 07:29 AM
Hi Easupport-14217,
These activities are logged in the msft_azure_ad_audit_raw dataset, you can search for events by filtering for activityDisplayName is "Remove member from group" or "Add member to group". From there you'll just need to extract event details from targetResources to determine the group and the user.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!