7060db3d47
* Promotion rules * fix missing null * fix: modified date Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
24 lines
584 B
YAML
24 lines
584 B
YAML
title: PowerShell PSAttack
|
|
id: b7ec41a4-042c-4f31-a5db-d0fcde9fa5c5
|
|
status: test
|
|
description: Detects the use of PSAttack PowerShell hack tool
|
|
references:
|
|
- https://adsecurity.org/?p=2921
|
|
author: Sean Metcalf (source), Florian Roth (rule)
|
|
date: 2017/03/05
|
|
modified: 2022/12/25
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
logsource:
|
|
product: windows
|
|
category: ps_script
|
|
definition: Script block logging must be enabled
|
|
detection:
|
|
selection:
|
|
ScriptBlockText|contains: 'PS ATTACK!!!'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|