Techniques › T1074 › AN0042
AN0042 Analytic 0042
macOS · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Detects files collected into user temp or shared directories followed by compression with ditto, zip, or custom scripts.</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 |
|---|---|---|
| macos:unifiedlog | file events | DC0055 File Access |
| macos:unifiedlog | exec logs | 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 |
|---|---|
CompressionUtilityList | e.g., 'ditto', 'zip', 'tar' |
SharedDirectoryIndicators | e.g., /Users/Shared/ or /private/tmp/ |
ScriptInvocationContext | osascript or Terminal automation by non-GUI processes |