Last active
July 6, 2021 05:39
-
-
Save infosecn1nja/867496e69173dce2e4eb5cb2f2471e16 to your computer and use it in GitHub Desktop.
Wazuh Rules: PrinterNightmare CVE-2021-34527 Exploit Detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
- PrinterNightmare CVE-2021-34527 Exploit Detection | |
- Created by Rahmat Nurfauzi (@infosecn1nja). | |
- This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2. | |
--> | |
<group name="sysmon,"> | |
<rule id="99948" level="15"> | |
<if_group>sysmon_event_11</if_group> | |
<field name="win.eventdata.Image">\\\\spoolsv.exe$</field> | |
<field name="win.eventdata.TargetFilename">\\\\New\\\\unidrv.dll$</field> | |
<description>PrinterNightmare CVE-2021-34527 Exploit Detection</description> | |
<info type="text">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</info> | |
<info type="text">Falsepositives: Unknown. </info> | |
<mitre> | |
<id>T1055</id> | |
</mitre> | |
</rule> | |
</group> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment