Detection rules › Sigma

Potential Lateral Movement via Windows Remote Shell

Severity
medium
Author
Liran Ravich
Source
upstream

Detects a child process spawned by 'winrshost.exe', which suggests remote command execution through Windows Remote Shell (WinRs) and may indicate potential lateral movement activity.

MITRE ATT&CK coverage

TacticTechniques
Lateral MovementT1021.006 Remote Services: Windows Remote Management

Event coverage

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

Stages and Predicates

Stage 1: selection

ParentImage|endswith: '\winrshost.exe'

Stage 2: not 1 of filter_main_conhost

Image: 'C:\Windows\System32\conhost.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.

FieldKindValues
Imageeq
  • C:\Windows\System32\conhost.exe corpus 2 (sigma 2)
ParentImageends_with
  • \winrshost.exe