Query users that use USB device

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

Query users that use USB device

L0 Member

Hello.

 

I've try to obtain a list of all users that use USB device in his computers.

All corporate computer have XDR installed, any query suggestion?

Regards.

 

Rodrigo

2 REPLIES 2

Community Team Member

Hi @SoporteCiber ,

 

I am moving your post to the Cortex-XDR discussion board.

LIVEcommunity team member
Stay Secure,
Jay
Don't forget to Like items if a post is helpful to you!

Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.

L4 Transporter

Hi @SoporteCiber , thanks for reaching us using the Live Community.

Maybe this XQL Query can help you to gather the information of device plus on the endpoints:

 

preset = device_control
| filter event_sub_type = ENUM.DEVICE_PLUG
| dedup action_device_usb_serial_number by desc agent_hostname

 

Let me know how it goes.

JM
  • 426 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!