0cfa806baf
* added ruletype to SIGMA rule #230 * added ruletype to SIGMA rule converter tool #231
31 lines
874 B
YAML
31 lines
874 B
YAML
|
|
title: Antivirus PrinterNightmare CVE-2021-34527 Exploit Detection
|
|
author: Sittikorn S, Nuttakorn T
|
|
date: 2021/07/01
|
|
description: Detects the suspicious file that is created from PoC code against Windows
|
|
Print Spooler Remote Code Execution Vulnerability CVE-2021-34527 (PrinterNightmare),
|
|
CVE-2021-1675 .
|
|
detection:
|
|
SELECTION_1:
|
|
FileName: '*C:\Windows\System32\spool\drivers\x64\\*'
|
|
condition: SELECTION_1
|
|
falsepositives:
|
|
- Unlikely
|
|
fields:
|
|
- Signature
|
|
- FileName
|
|
- ComputerName
|
|
id: 6fe1719e-ecdf-4caf-bffe-4f501cb0a561
|
|
level: critical
|
|
logsource:
|
|
product: antivirus
|
|
references:
|
|
- https://twitter.com/mvelazco/status/1410291741241102338
|
|
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-1675
|
|
- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527
|
|
status: stable
|
|
tags:
|
|
- attack.privilege_escalation
|
|
- attack.t1055
|
|
ruletype: SIGMA
|