kevmap

TechniquesT1010 › AN0271

AN0271 Analytic 0271

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

<p>Processes using Win32 API calls (e.g., EnumWindows, GetForegroundWindow) or scripting tools (e.g., PowerShell, VBScript) to enumerate open windows. These often appear with reconnaissance or data collection TTPs.</p>
Detects
T1010 Application Window Discovery
Part of
DET0097 Detection of Application Window Enumeration via API or Scripting

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=10DC0035 Process Access
WinEventLog:PowerShellEventCode=4103, 4104, 4105, 4106DC0064 Command Execution

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
AccessedFunctionTune to focus on suspicious function calls (e.g., user32.dll!EnumWindows).
UserContextDetect behavior from non-interactive or low-privileged users where enumeration is uncommon.
TimeWindowShorten detection scope to rapid successive window enumeration attempts.