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

26 lines
675 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
- attack.t1086
2020-06-16 14:46:08 -06:00
- attack.t1059.001
2017-03-05 01:47:25 +01:00
author: Sean Metcalf (source), Florian Roth (rule)
date: 2017/03/05
2017-03-05 01:47:25 +01:00
logsource:
product: windows
service: powershell
2019-06-29 15:35:59 +03:00
definition: 'It is recommended to use the new "Script Block Logging" of PowerShell v5 https://adsecurity.org/?p=2277'
2017-03-05 01:47:25 +01:00
detection:
2017-10-18 21:49:38 +02:00
selection:
EventID: 4103
keyword:
2017-10-19 09:52:40 +02:00
- 'PS ATTACK!!!'
condition: all of them
2017-03-05 01:47:25 +01:00
falsepositives:
- Pentesters
level: high