Techniques › T1074 › AN0041
AN0041 Analytic 0041
Linux · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Detects script or user activity copying files to a central temp or /mnt directory followed by archive/compression utilities.</p>
- Detects
- T1074 Data Staged
- Part of
- DET0014 Detection of Data Staging Prior to Exfiltration
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 | creat | DC0039 File 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 |
|---|---|
StagingDirectoryList | e.g., /tmp/, /var/tmp/, /mnt/ |
ArchivingCommandPatterns | grep for 'tar', 'zip', 'gzip', '7z' |
UserContext | Interactive or elevated shells running archiving commands |