usb usage

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

usb usage

L2 Linker

Is there a feature in Cortex that allows us to monitor which endpoints use USB to transfer data?

2 REPLIES 2

L5 Sessionator

hi @RajeshPremSingh how about a XQL query to start off with the investigation?


dataset = xdr_data // Using the xdr dataset
| filter event_type=FILE and event_sub_type = ENUM.FILE_WRITE and action_file_size != null //filter out 0 byte files

 

From the results, can you identify out the device information and share some results (redacting any secrets)? 

The displayed results pertain to application data usage rather than USB data usage. I am specifically looking for an endpoint that is utilizing USB.Screenshot 2023-05-25 051421.png

  • 829 Views
  • 2 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!