Techniques › T1560.002 › AN0747
AN0747 Analytic 0747
Windows · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Detects adversarial archiving using libraries (zlib, zip APIs) invoked by scripts or binaries. Correlates process executions of Python, PowerShell, or custom .NET binaries with DLL/module loads linked to compression libraries, followed by archive file creation.</p>
- Detects
- T1560.002 Archive via Library
- Part of
- DET0268 Detect Archiving via Library (T1560.002)
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:Security | EventCode=4688 | DC0032 Process Creation |
| WinEventLog:Sysmon | EventCode=7 | DC0016 Module Load |
| WinEventLog:Sysmon | EventCode=11 | DC0039 File 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 |
|---|---|
LibraryAllowlist | Known business applications using compression libraries. |
SuspiciousExtensions | Archive extensions considered sensitive in monitored environments. |
TimeWindow | Correlation window between script/library invocation and file creation. |