Detection rules › Sigma

WmiPrvSE Spawned A Process

Severity
medium
Author
Roberto Rodriguez @Cyb3rWard0g
Source
upstream

Detects WmiPrvSE spawning a process

MITRE ATT&CK coverage

TacticTechniques
ExecutionT1047 Windows Management Instrumentation

Event coverage

ProviderEvent IDTitle
Sysmon1Process creation
Security-Auditing4688A new process has been created.

Stages and Predicates

Stage 1: selection

ParentImage|endswith: '\WmiPrvSe.exe'

Stage 2: not 1 of filter_*

or:
Image|endswith: '\WerFault.exe'
Image|endswith: '\WmiPrvSE.exe'
LogonId: 0x3e7
LogonId: null
LogonId: null
User|contains: AUTHORI
User|contains: AUTORI

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.

FieldKindValues
Imageends_with
  • \WerFault.exe corpus 8 (sigma 8)
  • \WmiPrvSE.exe corpus 3 (sigma 3)
LogonIdeq
  • 0x3e7 corpus 2 (sigma 2)
  • null
ParentImageends_with
  • \WmiPrvSe.exe
Usermatch
  • AUTHORI corpus 16 (sigma 16)
  • AUTORI corpus 16 (sigma 16)