kevmap

TechniquesT1137.006 › AN0137

AN0137 Analytic 0137

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

<p>An adversary writes or drops a malicious Office Add-in (e.g., WLL, XLL, COM) to a trusted directory or modifies registry keys to load malicious add-ins on Office application launch. Upon user opening Word or Excel, the add-in is automatically loaded, triggering execution of the payload, often spawning scripting engines or anomalous child processes.</p>
Detects
T1137.006 Add-ins
Part of
DET0050 Detect Persistence via Malicious Office Add-ins

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=2DC0061 File Modification
WinEventLog:SysmonEventCode=13, 14DC0063 Windows Registry Key Modification

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
AddInExtensionMalicious add-ins may have varying extensions (.wll, .xll, .dll, .vsto)
TrustedPathOffice trusted add-in paths may differ across enterprise configurations
RegistryPathRegistry keys used to load add-ins may be version- and app-specific
ChildProcessNameOffice processes spawning mshta.exe, powershell.exe, or rundll32.exe are abnormal
TimeWindowAdd-in loading may occur only during Office launch windows