SigmaHQ/rules/windows/process_creation/win_remote_powershell_session_process.yml

29 lines
918 B
YAML
Raw Normal View History

title: Remote PowerShell Session
id: 734f8d9b-42b8-41b2-bcf5-abaf49d5a3c8
2020-01-19 21:34:16 +00:00
description: Detects remote PowerShell sections by monitoring for wsmprovhost as a parent or child process (sign of an active ps remote session)
status: experimental
date: 2019/09/12
modified: 2019/11/10
author: Roberto Rodriguez @Cyb3rWard0g
references:
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1086_powershell/powershell_remote_session.md
tags:
- attack.execution
- attack.t1086
2020-06-16 20:46:08 +00:00
- attack.t1059.001
logsource:
category: process_creation
product: windows
detection:
selection:
- Image|endswith: '\wsmprovhost.exe'
- ParentImage|endswith: '\wsmprovhost.exe'
condition: selection
fields:
- ComputerName
- User
- CommandLine
falsepositives:
2020-01-19 21:34:16 +00:00
- Legitimate usage of remote Powershell, e.g. for monitoring purposes
level: medium