XQL insert group into active directory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

XQL insert group into active directory

L1 Bithead

Hi team,

 

Does anyone have xql that sends the log when I add a user to a group in the active directory?

1 accepted solution

Accepted Solutions

L4 Transporter

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.

View solution in original post

1 REPLY 1

L4 Transporter

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.

  • 1 accepted solution
  • 103 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!