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

23 lines
596 B
YAML
Raw Normal View History

title: PrintNightmare Powershell Exploitation
id: 6d3f1399-a81c-4409-aff3-1ecfe9330baf
2021-08-31 09:07:54 +02:00
status: test
description: Detects Commandlet name for PrintNightmare exploitation.
date: 2021/08/09
2021-10-16 08:18:49 +02:00
modified: 2021/10/16
references:
- https://github.com/calebstewart/CVE-2021-1675
author: Max Altgelt, Tobias Michalski
logsource:
product: windows
2021-10-16 08:18:49 +02:00
category: ps_script
2021-08-21 09:58:58 +02:00
definition: Script Block Logging must be enable
detection:
selection:
2021-08-31 09:07:54 +02:00
ScriptBlockText|contains: Invoke-Nightmare
condition: selection
falsepositives:
- Unknown
level: high
2021-09-01 09:45:31 +02:00
tags:
- attack.privilege_escalation