kevmap

TechniquesT1560 › AN1458

AN1458 Analytic 1458

Windows · attack.mitre.org · ATT&CK Enterprise v19.2

<p>Detects adversarial archiving of files prior to exfiltration by correlating execution of compression/encryption utilities (e.g., makecab.exe, rar.exe, 7z.exe, powershell Compress-Archive) with subsequent creation of large compressed or encrypted files. Identifies abnormal process lineage involving crypt32.dll usage, command-line arguments invoking compression switches, and file write operations to temporary or staging directories.</p>
Detects
T1560 Archive Collected Data
Part of
DET0526 Detect Archiving and Encryption of Collected Data (T1560)

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=11DC0039 File Creation
WinEventLog:SysmonEventCode=7DC0016 Module Load

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
ArchiveExtensionsList of file extensions treated as suspicious when created outside of expected paths.
ProcessAllowlistKnown business processes permitted to use compression/encryption utilities.
FileSizeThresholdMBMinimum file size for flagging archive creation to reduce noise from benign small compressions.