kevmap

TechniquesT1560.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 sourceChannelData component
WinEventLog:SecurityEventCode=4688DC0032 Process Creation
WinEventLog:SysmonEventCode=7DC0016 Module Load
WinEventLog:SysmonEventCode=11DC0039 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.

FieldDescription
LibraryAllowlistKnown business applications using compression libraries.
SuspiciousExtensionsArchive extensions considered sensitive in monitored environments.
TimeWindowCorrelation window between script/library invocation and file creation.