Techniques › T1092 › AN0247
AN0247 Analytic 0247
Windows · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Behavioral sequence where removable media is mounted, files are written/updated, and subsequently read/executed on a separate host, suggesting removable-media relay communication.</p>
- Detects
- T1092 Communication Through Removable Media
- Part of
- DET0090 Cross-host C2 via Removable Media Relay
Log sources and channels
Exactly as MITRE states them in x_mitre_log_source_references. Where a channel is vague, it is vague in the source; kevmap does not tidy it.
| Log source | Channel | Data component |
|---|---|---|
| WinEventLog:System | EventCode=1006 | DC0042 Drive Creation |
| WinEventLog:Sysmon | EventCode=11 | DC0039 File Creation |
| WinEventLog:Sysmon | EventCode=1 | DC0032 Process Creation |
Mutable elements
Parameters MITRE marks as environment-specific. These are the knobs you are expected to tune; they are why an analytic is not a rule.
| Field | Description |
|---|---|
RemovableDriveLetter | Adjust drive letters used in detection (e.g., E:, F:, G:) depending on enterprise usage. |
WriteToReadTimeWindow | Tunable window for file write on one host followed by file read or execution on another (e.g., within 10 minutes). |
FileNamePattern | Common naming schemes for payload, tasking, or exfil files (e.g., task.txt, beacon.log, data.bin). |