kevmap

TechniquesT1027.014 › AN0919

AN0919 Analytic 0919

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

<p>Identifies self-modifying executables that exhibit changes in binary hash, entropy, or memory sections during or between executions—often tied to dynamic unpacking or decryption behaviors.</p>
Detects
T1027.014 Polymorphic Code
Part of
DET0324 Detection Strategy for Polymorphic Code Mutation and Execution

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:SysmonEventCode=1DC0032 Process Creation
WinEventLog:SysmonEventCode=7DC0016 Module Load
WinEventLog:SysmonEventCode=10DC0035 Process 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.

FieldDescription
EntropyThresholdTune based on expected baseline entropy for executables; higher values may indicate polymorphic packing.
TimeWindowCorrelate rapid process spawn + image load activity suggesting mutation engine usage.
ParentProcessPatternsDefine expected or suspicious parent-child chains (e.g., script runner -> encoded PE)