diff --git a/rules/windows/sysmon/sysmon_cve-2020-1048.yml b/rules/windows/sysmon/sysmon_cve-2020-1048.yml index a0c66c601..194f3fb55 100644 --- a/rules/windows/sysmon/sysmon_cve-2020-1048.yml +++ b/rules/windows/sysmon/sysmon_cve-2020-1048.yml @@ -1,5 +1,5 @@ action: global -title: Suspicious PrinterPorts Created +title: Suspicious PrinterPorts Created (CVE-2020-1048) id: 7ec912f2-5175-4868-b811-ec13ad0f8567 status: experimental description: Detects new registry printer port was created or powershell command add new printer port which point to suspicious file @@ -26,7 +26,10 @@ detection: - 12 - 13 TargetObject|startswith: 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports' - EventType: CreateKey + EventType: + - SetValue + - DeleteValue + - CreateValue TargetObject|contains: - '.dll' - '.exe'