Techniques › T1025 › AN1411
AN1411 Analytic 1411
Linux · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Adversary mounts external drive to /media or /mnt then accesses or copies targeted data via shell, cp, or tar.</p>
- Detects
- T1025 Data from Removable Media
- Part of
- DET0511 Detection of Data Access and Collection from Removable Media
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 |
|---|---|---|
| auditd:SYSCALL | open, read, mount | DC0055 File Access |
| journald:systemd | udisks2 or udevd logs | DC0042 Drive Creation |
| auditd:SYSCALL | execve | 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 |
|---|---|
MountPathRegex | Filter for unexpected or user-defined mount locations (e.g., /media/usb*) |
AccessMask | Tune based on read/write access types seen during collection |