kevmap

TechniquesT1124 › AN0430

AN0430 Analytic 0430

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

<p>Untrusted or unusual process/script (cmd.exe, powershell.exe, w32tm.exe, net.exe, custom binaries) queries system time/timezone (e.g., w32tm /tz, net time \\host, Get-TimeZone, GetTickCount API) and (optionally) is followed within a short window by time-based scheduling or conditional execution (e.g., schtasks /create, at.exe, PowerShell Start-Sleep with large values).</p>
Detects
T1124 System Time Discovery
Part of
DET0151 Behavior-chain, platform-aware detection strategy for T1124 System Time Discovery

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=4688DC0032 Process Creation
WinEventLog:SysmonEventCode=7DC0016 Module Load
WinEventLog:SysmonEventCode=10DC0035 Process Access
WinEventLog:SysmonEventCode=11DC0039 File Creation
WinEventLog:PowerShellEventCode=4103, 4104, 4105, 4106DC0064 Command Execution
etw:Microsoft-Windows-Kernel-ProcessHigh-frequency or suspicious sequence of QueryPerformanceCounter/GetTickCount API calls from a non-standard process lineageDC0021 OS API Execution
WinEventLog:TaskSchedulerEventCode=106DC0001 Scheduled Job Creation
WinEventLog:TaskSchedulerTask registration/execution shortly after a time discovery eventDC0005 Scheduled Job Metadata
EDR:TelemetryProcess lineage and API usage enrichment (GetSystemTime, GetTimeZoneInformation, NtQuerySystemTime)DC0034 Process Metadata

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
TimeWindowCorrelation window (e.g., 5–15 minutes) between time discovery and follow-on scheduling/conditional actions.
AllowedParentsLegitimate parent processes (e.g., corporate scripts, management agents) that frequently call time APIs.
CommandlineKeywordListExtend/restrict keyword list for time queries (e.g., custom PS functions, .NET calls).
UserContextScopeRestrict to non-service, non-administrative, or newly created/rare users.
ProcessPrevalenceThresholdFrequency threshold to exclude common estate-wide benign usage.