- 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.
05-22-2023 05:16 PM
Is there a feature in Cortex that allows us to monitor which endpoints use USB to transfer data?
05-22-2023 10:44 PM
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)?
05-24-2023 04:47 PM
The displayed results pertain to application data usage rather than USB data usage. I am specifically looking for an endpoint that is utilizing USB.
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!