- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-23-2025 06:44 AM
Hi,
We are using Cortex XSIAM. Now we want to perform monitoring of Bluetooth in Microsoft Windows 10 and 11 computers. The reason we want to check whether our users are connecting their mobile phones, like iPhone and Androids, through their office laptop using Bluetooth
02-11-2026 06:39 AM
Hello @O.Faheem ,
Greetings for the day.
Yes, you can monitor and control Bluetooth connections on Windows 10 and 11 computers using Cortex XSIAM. This functionality is available starting with Cortex XDR Agent version 8.6.
Agent Version: Cortex XDR Agent 8.6 or later
Operating System: Windows 10 (Version 1809 and later) or Windows 11
To monitor or block mobile phone connections via Bluetooth, configure a Device Control policy within an Extensions profile:
Navigate to Endpoints → Policy Management → Prevention → Profiles.
Create or edit a Windows Device Configuration profile.
Locate the Bluetooth Devices section.
Set the policy to Allow.
Ensure Device Control logging is enabled to capture connection events.
Choose Custom settings.
Under Bluetooth Classic services, select categories such as Phone (including smartphone subcategories) to block.
Optionally, block specific Low Energy (LE) services if needed.
Bluetooth connection events and data transfer activities are logged in XSIAM and can be queried using XQL.
Example query:
dataset = device_control_logs
| filter device_type = "Bluetooth"
| limit 100
Existing Connections: Devices already paired when a block policy is applied may not be immediately disconnected. For the policy to take effect, manually unpair the device or restart the computer.
Phone Link Bypass: Microsoft Phone Link may bypass Bluetooth-only file transfer blocks because it can use Wi-Fi or mobile data for transfers after the initial pairing.
Outbound Transfer Issues: Some agent versions (8.6–8.8) may not consistently block outbound file transfers from laptop to phone; this is resolved in Agent 8.9.
Granularity: Serial numbers for Bluetooth devices are not currently extracted; exceptions are typically based on Vendor ID and Product ID.
If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution".
Thanks & Regards,
S. Subashkar Sekar
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!

