mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
27 lines
1.0 KiB
YAML
27 lines
1.0 KiB
YAML
title: Printnightmare Mimimkatz Driver Name
|
|
id: ba6b9e43-1d45-4d3c-a504-1043a64c8469
|
|
status: experimental
|
|
description: Detects static QMS 810 driver name used by Mimikatz
|
|
references:
|
|
- https://github.com/gentilkiwi/mimikatz/commit/c21276072b3f2a47a21e215a46962a17d54b3760
|
|
- https://www.lexjansen.com/sesug/1993/SESUG93035.pdf
|
|
- https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rprn/4464eaf0-f34f-40d5-b970-736437a21913
|
|
author: Markus Neis, @markus_neis
|
|
tags:
|
|
- attack.execution
|
|
- cve.2021-1675
|
|
- cve.2021-34527
|
|
date: 2021/07/04
|
|
modified: 2021/07/05
|
|
logsource:
|
|
product: windows
|
|
category: registry_event
|
|
detection:
|
|
selection:
|
|
TargetObject|startswith:
|
|
-'HKLM\System\CurrentControlSet\Control\Print\Environments\Windows x64\Drivers\Version-3\QMS 810\'
|
|
- 'HKLM\System\CurrentControlSet\Control\Print\Environments\Windows x64\Drivers\Version-3\mimikatz'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate installation of printer driver QMS 810, Texas Instruments microLaser printer (unlikely)
|
|
level: critical |