2021-08-16 09:10:05 +02:00
|
|
|
title: PrintNightmare Powershell Exploitation
|
|
|
|
|
id: 6d3f1399-a81c-4409-aff3-1ecfe9330baf
|
2021-08-31 09:07:54 +02:00
|
|
|
status: test
|
2021-08-16 09:10:05 +02:00
|
|
|
description: Detects Commandlet name for PrintNightmare exploitation.
|
|
|
|
|
date: 2021/08/09
|
2021-10-16 08:18:49 +02:00
|
|
|
modified: 2021/10/16
|
2021-08-16 09:10:05 +02:00
|
|
|
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
|
2021-08-16 09:10:05 +02:00
|
|
|
detection:
|
|
|
|
|
selection:
|
2021-08-31 09:07:54 +02:00
|
|
|
ScriptBlockText|contains: Invoke-Nightmare
|
2021-08-16 09:10:05 +02:00
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
|
|
|
|
level: high
|
2021-09-01 09:45:31 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.privilege_escalation
|