kevmap

TechniquesT1480.002 › AN0372

AN0372 Analytic 0372

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

<p>Adversary-created named mutex using system APIs (e.g., CreateMutexW) followed by conditional process termination or alternate code path indicating malware avoiding reinfection.</p>
Detects
T1480.002 Mutual Exclusion
Part of
DET0132 Detection of Mutex-Based Execution Guardrails Across Platforms

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

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
mutex_name_entropy_thresholdFilter out common benign mutex names; highlight suspicious high-entropy/dynamic names.
parent_process_pathLimit alerting to non-standard parent-child relationships indicative of malware staging or self-spawning.
TimeWindowCorrelate mutex creation + rapid process exit or lack of further activity within a short timeframe.