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

20 lines
561 B
YAML

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