Cross-source coverage

T1547.003 / ATT&CK

Boot or Logon Autostart Execution: Time Providers

3 rules across 3 sources.

From MITRE ATT&CK 19.2

Adversaries may abuse time providers to execute DLLs when the system boots. The Windows Time service (W32Time) enables time synchronization across and within domains. W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting these values to other network clients.

Time providers are implemented as dynamic-link libraries (DLLs) that are registered in the subkeys of HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W32Time\TimeProviders\. The time provider manager, directed by the service control manager, loads and starts time providers listed and enabled under this key at system startup and/or whenever parameters are changed.

Adversaries may abuse this architecture to establish persistence, specifically by creating a new arbitrarily named subkey pointing to a malicious DLL in the DllName value. Administrator privileges are required for time provider registration, though execution will run in context of the Local Service account.

Platforms
Windows
Telemetry
WinEventLog:Sysmon

How MITRE says to detect it DET0122

Detect Abuse of Windows Time Providers for Persistence

Windows Analytic 0341

Behavioral correlation of privileged registry key creation under the W32Time TimeProviders path combined with a new DLL written to disk and potential process activity by LocalService. Indicates abuse of Time Providers for persistence.

  • WinEventLog:Sysmon EventCode=13, 14
  • WinEventLog:Sysmon EventCode=11
  • WinEventLog:Sysmon EventCode=7
  • WinEventLog:Sysmon EventCode=1

SigmaHQ/sigma

1 rule
Detection Severity Format
New TimeProviders Registered With Uncommon DLL Name High Sigma

elastic/detection-rules

1 rule
Detection Severity Format
Potential Persistence via Time Provider Modification Medium Elastic TOML

splunk/security_content

1 rule
Detection Severity Format
Time Provider Persistence Registry Undefined SPL

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.