Detection rules › Sigma

CVE-2021-1675 Print Spooler Exploitation

Status
test
Severity
critical
Log source
product windows, service printservice-operational
Author
Florian Roth (Nextron Systems)
Source
github.com/SigmaHQ/sigma

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

TacticTechniques
ExecutionT1569 System Services

Event coverage

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 keywords

Stage 1: selection

selection:
    EventID: 316

Stage 2: keywords

keywords:
    - 'UNIDRV.DLL, kernelbase.dll, '
    - ' 123 '
    - ' 1234 '
    - 'mimispool'