Remote PowerShell Session Host Process (WinRM)
Description
Detects remote PowerShell sections by monitoring for wsmprovhost (WinRM host process) as a parent or child process (sign of an active PowerShell remote session).
Query · sigma
selection: - Image|endswith: \wsmprovhost.exe - ParentImage|endswith: \wsmprovhost.exe condition: selection
Known false positives
- Legitimate usage of remote Powershell, e.g. for monitoring purposes.