Files
blue-team-tools/rules/windows/process_creation/win_remote_powershell_session_process.yml
T
e6e6e e94c47e74e att&ck tags review: windows/process_creation part 5
added missing ATT&CK v6.3 IDs with comments and removed unnecessary "modified" attributes
2020-09-07 01:19:41 +04:00

29 lines
879 B
YAML

title: Remote PowerShell Session
id: 734f8d9b-42b8-41b2-bcf5-abaf49d5a3c8
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: 2020/09/06
author: Roberto Rodriguez @Cyb3rWard0g
references:
- https://github.com/OTRF/ThreatHunter-Playbook/blob/master/playbooks/WIN-190511223310.yaml
tags:
- attack.execution
- attack.t1086 # an old one
- 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:
- Legitimate usage of remote Powershell, e.g. for monitoring purposes
level: medium