SigmaHQ/rules/windows/registry_event/sysmon_cve-2020-1048.yml

32 lines
961 B
YAML
Raw Normal View History

title: Suspicious New Printer Ports in Registry (CVE-2020-1048)
2020-05-15 10:08:31 +00:00
id: 7ec912f2-5175-4868-b811-ec13ad0f8567
status: experimental
description: Detects a new and suspicious printer port creation in Registry that could be an attempt to exploit CVE-2020-1048
author: EagleEye Team, Florian Roth, NVISO
2020-05-15 10:08:31 +00:00
date: 2020/05/13
modified: 2020/05/26
2020-05-15 10:08:31 +00:00
references:
- https://windows-internals.com/printdemon-cve-2020-1048/
tags:
- attack.persistence
- attack.execution
logsource:
product: windows
category: registry_event
2020-05-15 10:08:31 +00:00
detection:
selection:
2020-05-15 10:08:31 +00:00
TargetObject|startswith: 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports'
2020-05-15 11:25:05 +00:00
EventType:
- SetValue
- DeleteValue
- CreateValue
Details|contains:
2020-05-15 10:08:31 +00:00
- '.dll'
- '.exe'
- '.bat'
- '.com'
2020-05-15 10:08:31 +00:00
- 'C:'
condition: selection
falsepositives:
- New printer port install on host
level: high