SigmaHQ/rules/windows/powershell/powershell_psattack.yml
Tareq AlKhatib 15e2f5df5f fixed typos
2019-06-29 15:35:59 +03:00

23 lines
596 B
YAML

title: PowerShell PSAttack
status: experimental
description: Detects the use of PSAttack PowerShell hack tool
references:
- https://adsecurity.org/?p=2921
tags:
- attack.execution
- attack.t1086
author: Sean Metcalf (source), Florian Roth (rule)
logsource:
product: windows
service: powershell
definition: 'It is recommended to use the new "Script Block Logging" of PowerShell v5 https://adsecurity.org/?p=2277'
detection:
selection:
EventID: 4103
keyword:
- 'PS ATTACK!!!'
condition: all of them
falsepositives:
- Pentesters
level: high