Successful Windows Account Logon via WMI (4624 with WmiPrvSE.exe)
Flags successful 4624 logons tied to WmiPrvSE.exe, indicating WMI-driven authentication on Windows.
- Product
- windows
- Service
- security
- Author
- Thomas Patzke (SigmaHQ), DRL 1.1
- Published
- 2019-12-04
- Updated
- 2026-07-31
ATT&CK techniques
ExecutionRecon
Resource Dev
Initial Access
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies successful Windows logon events where the initiating process is WmiPrvSE.exe, indicating authentication tied to WMI activity. Attackers may use WMI to execute commands or interact with systems while leveraging existing authentication paths. The detection relies on Windows Security auditing (Event ID 4624) and correlates the logon to the specific process name suffix for WmiPrvSE.exe.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: Successful Windows Account Logon via WMI (4624 with WmiPrvSE.exe)
id: ed0cd109-056e-4cd7-bc03-1cb68dd271ae
status: stable
description: This rule identifies successful Windows logon events where the initiating process is WmiPrvSE.exe, indicating authentication tied to WMI activity. Attackers may use WMI to execute commands or interact with systems while leveraging existing authentication paths. The detection relies on Windows Security auditing (Event ID 4624) and correlates the logon to the specific process name suffix for WmiPrvSE.exe.
references:
- Internal Research
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/security/account_management/win_security_susp_wmi_login.yml
author: Thomas Patzke, Huntrule Team
date: 2019-12-04
modified: 2024-01-17
tags:
- attack.execution
- attack.t1047
logsource:
product: windows
service: security
detection:
selection:
EventID: 4624
ProcessName|endswith: \WmiPrvSE.exe
condition: selection
falsepositives:
- Monitoring tools
- Legitimate system administration
level: low
license: DRL-1.1
related:
- id: 5af54681-df95-4c26-854f-2565e13cfab0
type: derived