Cortex XDR Incidents

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

Cortex XDR Incidents

L3 Networker

Hi Team,

 

How can I create a BIOC rule for large upload activities of more than 1 GB of data in external storage? Please share your input.

1 REPLY 1

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
  • 247 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!