kevmap

TechniquesT1218.001 › AN0968

AN0968 Analytic 0968

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

<p>Execution of hh.exe to open a .chm file followed by suspicious child processes or script engine invocation (VBScript, JScript, mshta, powershell). Behavior includes loading a CHM file from untrusted locations, or immediately spawning commands indicative of payload execution.</p>
Detects
T1218.001 Compiled HTML File
Part of
DET0342 Detection of Suspicious Compiled HTML File Execution via hh.exe

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=11DC0039 File Creation
WinEventLog:SysmonEventCode=7DC0016 Module Load
WinEventLog:SysmonEventCode=3, 22DC0082 Network Connection 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
CHMPathRegexRegex matching CHM file locations; tune to exclude trusted internal software help files
ChildProcessListList of suspicious children of hh.exe (powershell.exe, cmd.exe, mshta.exe, wscript.exe)
NetworkDestinationAllowlistFilter for legitimate update/help servers accessed by hh.exe
TimeWindowThreshold time between hh.exe execution and suspicious follow-on activity