Detection rules › Sigma
CVE-2021-1675 Print Spooler Exploitation
Detects driver load events print service operational log that are a sign of successful exploitation attempts against print spooler vulnerability CVE-2021-1675
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Execution | T1569 System Services |
Event coverage
| Provider | Event | Title |
|---|---|---|
| PrintService | Event ID 316 | Printer driver param1 for param2 param3 was added or updated. |
Rule body yaml
title: CVE-2021-1675 Print Spooler Exploitation
id: f34d942d-c8c4-4f1f-b196-22471aecf10a
status: test
description: Detects driver load events print service operational log that are a sign of successful exploitation attempts against print spooler vulnerability CVE-2021-1675
references:
- https://twitter.com/MalwareJake/status/1410421967463731200
author: Florian Roth (Nextron Systems)
date: 2021-07-01
modified: 2022-10-09
tags:
- attack.execution
- attack.t1569
- cve.2021-1675
- detection.emerging-threats
logsource:
product: windows
service: printservice-operational
detection:
selection:
EventID: 316
keywords:
- 'UNIDRV.DLL, kernelbase.dll, '
- ' 123 '
- ' 1234 '
- 'mimispool'
condition: selection and keywords
falsepositives:
- Unknown
level: critical
Stages and Predicates
Stage 0: condition
selection and keywordsStage 1: selection
selection:
EventID: 316
Stage 2: keywords
keywords:
- 'UNIDRV.DLL, kernelbase.dll, '
- ' 123 '
- ' 1234 '
- 'mimispool'