Detectionmediumstable

Potential WMI Lateral Movement WmiPrvSE Spawned PowerShell

Detects Powershell as a child of the WmiPrvSE process. Which could be a sign of lateral movement via WMI.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Markus NeisCreated Wed Apr 03Updated Wed Mar 29692f0bec-83ba-4d04-af7e-e884a96059b6windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic2 selectors
detection:
    selection_parent:
        ParentImage|endswith: '\WmiPrvSE.exe'
    selection_img:
        - Image|endswith:
              - '\powershell.exe'
              - '\pwsh.exe'
        - OriginalFileName:
              - 'PowerShell.EXE'
              - 'pwsh.dll'
    condition: all of selection_*
False Positives

AppvClient

CCM

WinRM

Rule Metadata
Rule ID
692f0bec-83ba-4d04-af7e-e884a96059b6
Status
stable
Level
medium
Type
Detection
Created
Wed Apr 03
Modified
Wed Mar 29
Path
rules/windows/process_creation/proc_creation_win_wmiprvse_spawns_powershell.yml
Raw Tags
attack.executionattack.t1047attack.t1059.001
View on GitHub