Files
blue-team-tools/rules/windows/process_creation/win_remote_powershell_session_process.yml
T

19 lines
698 B
YAML
Raw Normal View History

2019-10-24 15:48:38 +02:00
title: T1086 Remote PowerShell Session
description: Detects remote PowerShell seccions by monitoring for wsmprovhost as a parent or child process (sign of an active ps remote sessionn)
status: experimental
date: 2019/09/12
2019-11-10 18:43:41 +03:00
modified: 2019/11/10
2019-10-24 15:48:38 +02:00
author: Roberto Rodriguez @Cyb3rWard0g
references:
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1086_powershell/powershell_remote_session.md
logsource:
category: process_creation
2019-10-24 15:48:38 +02:00
product: windows
detection:
selection:
- Image|endswith: '\wsmprovhost.exe'
- ParentImage|endswith: '\wsmprovhost.exe'
condition: selection
2019-10-24 15:48:38 +02:00
falsepositives:
- Unknown
level: critical