Blocking Bluetooth

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.

Blocking Bluetooth

L2 Linker

Hello, 

 

I want to block blueotooth activities on endpoints in Cortex XDR. Is there any way or rule to do this? If yes, can you write rule?

 

 

Thanks in advance. 

1 REPLY 1

L4 Transporter

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

 

You can run a XQL Query like this, to retrieve all the "device plug" events from your tenant:

 

preset = device_control 
| filter event_sub_type = ENUM.DEVICE_PLUG 

 

Then look at the "action_device_bus_type" field in your results to check how is reported the Bluetooth devices in your endpoint.

Based on that value you can add a filter to that query than can work to create the BIOC rule.

 

preset = device_control 
| filter event_sub_type = ENUM.DEVICE_PLUG 
| filter  action_device_bus_type = ENUM.YOURVALUE

 

Please check it and let me know how it goes.

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