T1011.001sub-technique of T1011 Exfiltration Over Other Network Medium

Exfiltration Over Bluetooth

Linux · macOS · Windowsnothing on this site yetT1011.001 on attack.mitre.org

Adversaries may attempt to exfiltrate data over Bluetooth rather than the command and control channel. If the command and control network is a wired Internet connection, an adversary may opt to exfiltrate data using a Bluetooth communication channel. Adversaries may choose to do this if they have sufficient access and proximity.

MITRE ATT&CK 19.2, retrieved 2026-09-12

If this is happening now

1

Checklists and playbooks to open while the alert is still live.

how MITRE says to see it

Detection of Bluetooth-Based Data Exfiltration

  • Detection of non-interactive or suspicious processes accessing Bluetooth interfaces and transmitting outbound traffic following file access or staging activity.
  • Use of hcitool, bluetoothctl, or rfcomm to initialize Bluetooth connection paired with recent file reads by the same user or session.
  • Observation of `blueutil`/`networksetup` commands or low-level APIs toggling Bluetooth or initiating transfers, especially if paired with recent large file read activity by non-GUI processes.

what reduces it

  • M1042 Disable or Remove Feature or Program. Disable Bluetooth in local computer security settings or by group policy if it is not needed within an environment.
  • M1028 Operating System Configuration. Prevent the creation of new network adapters where possible.

The description, detection analytics and mitigations are reproduced from MITRE ATT&CK, version 19.2, under its terms of use. The checklists, hunts, labs and everything else linked here are this site’s.