Techniques › T1074.001 › AN0724
AN0724 Analytic 0724
Windows · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Detects file reads across locations followed by writes to temp or staging directories, often compressed or encrypted, indicating local staging behavior.</p>
- Detects
- T1074.001 Local Data Staging
- Part of
- DET0261 Detection of Local 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 |
|---|---|---|
| WinEventLog:Sysmon | EventCode=11 | DC0039 File Creation |
| WinEventLog:Sysmon | EventCode=1 | DC0032 Process Creation |
| WinEventLog:Security | EventCode=4663, 4670, 4656 | DC0055 File Access |
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 |
|---|---|
StagingDirList | Paths such as C:\Temp, C:\Windows\Tasks, etc. |
ArchivingToolPatterns | Matches to 7z.exe, rar.exe, zip.exe, or custom scripts. |
TimeWindow | How long to correlate file reads followed by compression. |