kevmap

TechniquesT1053.002 › AN0943

AN0943 Analytic 0943

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

<p>Detects creation of scheduled tasks via at.exe or WMI Win32_ScheduledJob class, followed by execution of anomalous processes by svchost.exe or taskeng.exe.</p>
Detects
T1053.002 At
Part of
DET0333 Cross-Platform Detection of Scheduled Task/Job Abuse via `at` Utility

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:SecurityEventCode=4698DC0001 Scheduled Job Creation
WinEventLog:SysmonEventCode=1DC0032 Process 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
TaskUserUnusual users creating jobs (e.g., non-admin accounts or service users).
ExecutionTimeWindowDelay between task registration and execution.
CommandLinePatternUnexpected script or binary execution (e.g., cmd.exe /c PowerShell payload).