Detection rules › Sigma
Suspicious WmiPrvSE Child Process
Detects suspicious and uncommon child processes of WmiPrvSE
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Execution | T1047 Windows Management Instrumentation, T1204.002 User Execution: Malicious File |
| Defense Evasion | T1218.010 System Binary Proxy Execution: Regsvr32 |
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 1 | Process creation |
| Security-Auditing | 4688 | A new process has been created. |
Stages and Predicates
Stage 1: selection_parent
ParentImage|endswith: '\wbem\WmiPrvSE.exe'
Stage 2: 1 of selection_children_1
or:
Image|endswith: '\certutil.exe'
Image|endswith: '\cscript.exe'
Image|endswith: '\mshta.exe'
Image|endswith: '\msiexec.exe'
Image|endswith: '\regsvr32.exe'
Image|endswith: '\rundll32.exe'
Image|endswith: '\verclsid.exe'
Image|endswith: '\wscript.exe'
Stage 3: 1 of selection_children_2
or:
CommandLine|contains: cscript
CommandLine|contains: mshta
CommandLine|contains: powershell
CommandLine|contains: pwsh
CommandLine|contains: regsvr32
CommandLine|contains: rundll32
CommandLine|contains: wscript
Image|endswith: '\cmd.exe'
Stage 4: not 1 of filter_main_*
or:
CommandLine|contains: '/i '
Image|endswith: '\msiexec.exe'
Image|endswith: '\WerFault.exe'
Image|endswith: '\WmiPrvSE.exe'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
CommandLine | match |
|
Image | ends_with |
|
ParentImage | ends_with |
|