Files
blue-team-tools/rules/windows/powershell/powershell_remote_powershell_session.yml
T

22 lines
641 B
YAML
Raw Normal View History

2019-10-24 15:48:38 +02:00
title: T1086 Remote PowerShell Session
description: Detects remote PowerShell sessions
status: experimental
date: 2019/08/10
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:
product: windows
service: powershell
detection:
selection:
EventID:
- 4103
- 400
HostName: 'ServerRemoteHost'
2019-11-10 18:43:41 +03:00
HostApplication|contains: 'wsmprovhost.exe'
2019-10-24 15:48:38 +02:00
condition: selection
falsepositives:
- Unknown
level: critical