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

26 lines
649 B
YAML
Raw Normal View History

2019-11-12 23:12:27 +01:00
title: PowerShell PSAttack
id: b7ec41a4-042c-4f31-a5db-d0fcde9fa5c5
2017-03-05 01:47:25 +01:00
status: experimental
description: Detects the use of PSAttack PowerShell hack tool
references:
- https://adsecurity.org/?p=2921
tags:
- attack.execution
2020-06-16 14:46:08 -06:00
- attack.t1059.001
- attack.t1086 #an old one
2017-03-05 01:47:25 +01:00
author: Sean Metcalf (source), Florian Roth (rule)
date: 2017/03/05
2021-08-21 09:33:52 +02:00
modified: 2021/08/21
2017-03-05 01:47:25 +01:00
logsource:
product: windows
service: powershell
2021-08-21 09:33:52 +02:00
definition: Script block logging must be enabled
2017-03-05 01:47:25 +01:00
detection:
2017-10-18 21:49:38 +02:00
selection:
2021-08-21 09:33:52 +02:00
EventID: 4104
ScriptBlockText|contains: 'PS ATTACK!!!'
2021-08-21 10:05:47 +02:00
condition: selection
2017-03-05 01:47:25 +01:00
falsepositives:
- Pentesters
level: high