Has used malicious DLLs to spread malware to connected removable USB drives on infected machines.12
Replication Through Removable Media T1091
- Tactics
- Initial Access, Lateral Movement
- Platform
- Windows
- Version
- 1.3
- Created
- 31 May 2017
- Last modified
- 24 October 2025
- Contributor
- Joas Antonio dos Santos, @C0d3Cr4zy
Adversaries may move onto systems, possibly those on disconnected or air-gapped networks, by copying malware to removable media and taking advantage of Autorun features when the media is inserted into a system and executes. In the case of Lateral Movement, this may occur through modification of executable files stored on removable media or by copying malware and renaming it to look like a legitimate file to trick users into executing it on a separate system. In the case of Initial Access, this may occur through manual manipulation of the media, modification of systems used to initially format the media, or modification to the media's firmware itself.
Replication Through Removable Media MITRE reference T1091
8 groups have been recorded using this technique. Newest first; each entry carries MITRE’s procedure text and a link to the group’s full record. Click a name to filter the rules below.
Has used a dropper that employs a worm infection strategy using a removable device to breach a secure network environment.1
Has used a customized PlugX variant which could spread through USB connections.1
Has attempted to transfer USBferry from an infected USB device by copying an Autorun function to the target machine.1
Has replicated to removable media by leveraging the User Assist Reg Key and creating LNKs on all network and removable drives available on the infected host.1
Actors have mailed USB drives to potential victims containing malware that downloads and installs various backdoors, including in some cases for ransomware operations.1 Additionally, FIN7 has used malicious USBs that acted as virtual keyboards to install malware and txt files that decode to PowerShell commands.2
All 8 groups for this technique · 6 newest in this preview
20 software entries are documented implementing this technique. MITRE files each as a tool or as malware; newest first, then by how many groups carry them.
Has periodically checked for removable and hot-plugged drives connected to the infected machine, should one be found HIUPAN will propagate to the removeable drives by copying itself and accompanying malware components to a directory to the new drive in a hidden subdirectory <Drive_Letter>:\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\ and hides any other existing files to ensure UsbConfig.exe is the only visible file on the device.12
Has historically used infected USB media to spread to new victims.12
Has been spread via infected USB keys.1
Has the ability to use removable drives to spread through compromised networks.1
Variants used the Windows AUTORUN feature to spread through USB propagation.12
Can propagate via removable media using an autorun.inf file or the CVE-2010-2568 LNK vulnerability.1
All 20 software entries for this technique · 6 newest in this preview
Offense vs defense T1091
Is defensive coverage keeping up with adversary use? Eight counts, each ranked against all 697 ATT&CK techniques. Attack sits left, defense right, so a shape leaning left means adversaries are better documented here than defenders are equipped. Hover any spoke for its percentile and the share of techniques that have more. The timeline below shows when each side arrived.
How it got here
Adversary activity (campaign spans) over cumulative rule output. Each source is plotted independently from zero, so neither line includes the other. Campaign dates are year-granularity.
Replication Through Removable Media detection strategy DET0301
MITRE names one behaviour worth catching for this technique and breaks it into 1 analytic, one per platform. Each carries the log sources it needs and the fields you tune per environment.
Removable Media Execution Chain Detection via File and Process Activity
AN0841 · Windows
Execution of files originating from removable media after drive mount, with correlation to file write activity, autorun usage, or lateral spread via staged tools.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Process CreationDC0032 | WinEventLog:Sysmon | EventCode=1 |
| File CreationDC0039 | WinEventLog:Sysmon | EventCode=11 |
| Drive CreationDC0042 | WinEventLog:System | EventCode=1006 |
| File AccessDC0055 | WinEventLog:Microsoft-Windows-Windows Defender/Operational | Suspicious file execution on removable media path |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| DriveLetterMatch | Detect activity on mounted drives typically used by USB (e.g., E:, F:, G:). Tune based on enterprise usage. |
| FileExecutionWindow | Set timing threshold for execution shortly after drive mount (e.g., < 5 minutes). |
| ParentProcess | Restrict detection to suspicious process lineage like explorer.exe, powershell.exe, or unsigned binaries. |
| FileEntropy | Use entropy thresholding to detect packed/obfuscated payloads dropped to removable media. |
On Windows 10, enable Attack Surface Reduction (ASR) rules to block unsigned/untrusted executable files (such as .exe, .dll, or .scr) from running from USB removable drives.
Disable Autorun if it is unnecessary. Disallow or restrict removable media at an organizational policy level if it is not required for business operations.
Limit the use of USB devices and removable media within a network.
Tests from Atomic Red Team (MIT licence) · technique definition