mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
18 lines
520 B
YAML
18 lines
520 B
YAML
title: PowerShell PSAttack
|
|
status: experimental
|
|
description: Detects the use of PSAttack PowerShell hack tool
|
|
reference: 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:
|
|
EventID: 4103
|
|
keywords:
|
|
- 'PS ATTACK!!!'
|
|
condition: keywords
|
|
falsepositives:
|
|
- Pentesters
|
|
level: high
|