T1092 Communication Through Removable Media
High-Level Description
Adversaries can perform command and control between compromised hosts on potentially disconnected networks using removable media to transfer commands from system to system. Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by Replication Through Removable Media. Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.
Kill Chain Phase
- Command and Control (TA0011)
Platforms: Linux, macOS, Windows
What to Check
- Identify if Communication Through Removable Media technique is applicable to target environment
- Check Linux systems for indicators of Communication Through Removable Media
- Check macOS systems for indicators of Communication Through Removable Media
- Check Windows systems for indicators of Communication Through Removable Media
- Verify mitigations are bypassed or absent (2 known mitigations)
- Assess detection coverage (1 detection strategies)
How to Test
Manual Testing
Identify Attack Surface: Determine if the target environment is susceptible to Communication Through Removable Media by examining the target platforms (Linux, macOS, Windows).
Assess Existing Defenses: Review whether mitigations for T1092 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Remediation Guide
M1042 Disable or Remove Feature or Program
Disable Autoruns if it is unnecessary.
M1028 Operating System Configuration
Disallow or restrict removable media at an organizational policy level if they are not required for business operations.
Detection
Cross-host C2 via Removable Media Relay
Risk Assessment
| Finding | Severity | Impact |
|---|---|---|
| Communication Through Removable Media technique applicable | Low | Command And Control |
CWE Categories
| CWE ID | Title |
|---|---|
| CWE-300 | Channel Accessible by Non-Endpoint |