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
|
2018-01-28 02:24:16 +03:00
|
|
|
references:
|
|
|
|
|
- https://adsecurity.org/?p=2921
|
2018-07-24 10:56:41 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1059.001
|
2020-08-24 00:01:50 +00:00
|
|
|
- attack.t1086 #an old one
|
2017-03-05 01:47:25 +01:00
|
|
|
author: Sean Metcalf (source), Florian Roth (rule)
|
2020-01-30 16:07:37 +01:00
|
|
|
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:
|
2017-03-21 10:22:13 +01:00
|
|
|
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
|