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

Content translations are temporarily unavailable due to site maintenance. We apologize for any inconvenience. Visit our blog to learn more.

Who rated this post

L2 Linker

Hi,

 

Thanks for reaching our Live Community.

 

For this, I would recommend a correlation rule instead, you can use the below query as an example (you will need to modify it to fit your needs):

 

dataset = xdr_data
| filter event_type = ENUM.NETWORK and action_external_hostname in ("mail.google.com", "drive.google.com", "etc... any additional external resource you need to add")
| bin _time span=1d
| comp sum(action_total_upload) as uploaded_bytes, values(action_external_hostname) as domain_names by agent_hostname, actor_effective_username, _time
| filter uploaded_bytes > 1000000000

 

The below link shows you how to create a correlation rule:

 

https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Create-a-Co...

 

If this solution solves your inquiry, please mark it as solved.

 

Regards.

Visit our Cortex XDR Customer Corner on Live Community to access resources for your product journey, engage in discussions with community members and subject matter experts, and register for upcoming events: Cortex XDR Customer Corner
Who rated this post