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

28 lines
777 B
YAML
Raw Normal View History

title: Remote PowerShell Session
2019-12-19 23:56:36 +01:00
id: 96b9f619-aa91-478f-bacb-c3e50f8df575
2019-10-24 15:48:38 +02:00
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
tags:
- attack.execution
- attack.t1086
2020-06-16 14:46:08 -06:00
- attack.t1059.001
2019-10-24 15:48:38 +02:00
logsource:
product: windows
service: powershell
detection:
2020-06-16 14:46:08 -06:00
selection:
2019-10-24 15:48:38 +02:00
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:
2020-01-19 22:34:16 +01:00
- Legitimate use remote PowerShell sessions
level: high