Successful Windows Account Logon via WMI (4624 with WmiPrvSE.exe)

Flags successful 4624 logons tied to WmiPrvSE.exe, indicating WMI-driven authentication on Windows.

FreeReviewedSigma · Low · v2
Product
windows
Service
security
Author
Thomas Patzke (SigmaHQ), DRL 1.1
Published
2019-12-04
Updated
2026-07-31
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