- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
09-09-2024 04:54 AM
Hi team,
Does anyone have xql that sends the log when I add a user to a group in the active directory?
09-09-2024 08:19 AM
Hello @cylusaragao
Thanks for reaching out on LiveCommunity!
Below is a reference query which you can use to build correlation rule to generate alert.
dataset = xdr_data
| filter event_id contains "4728"
| fields action_evtlog_description , event_timestamp , action_evtlog_normalized_user
Correlation rules - https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Documentation/Correlation-rule-deta...
Notification forwarding - https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Documentation/Configure-notificatio...
Please click Accept as Solution to acknowledge that the answer to your question has been provided.
09-09-2024 08:19 AM
Hello @cylusaragao
Thanks for reaching out on LiveCommunity!
Below is a reference query which you can use to build correlation rule to generate alert.
dataset = xdr_data
| filter event_id contains "4728"
| fields action_evtlog_description , event_timestamp , action_evtlog_normalized_user
Correlation rules - https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Documentation/Correlation-rule-deta...
Notification forwarding - https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Documentation/Configure-notificatio...
Please click Accept as Solution to acknowledge that the answer to your question has been provided.
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!