2020-05-23 07:09:58 +00:00
|
|
|
title: Suspicious PrinterPorts Creation (CVE-2020-1048)
|
|
|
|
id: cc08d590-8b90-413a-aff6-31d1a99678d7
|
|
|
|
status: experimental
|
|
|
|
description: Detects new commands that add new printer port which point to suspicious file
|
|
|
|
author: EagleEye Team, Florian Roth
|
|
|
|
date: 2020/05/13
|
|
|
|
modified: 2020/05/23
|
|
|
|
references:
|
|
|
|
- https://windows-internals.com/printdemon-cve-2020-1048/
|
|
|
|
tags:
|
|
|
|
- attack.persistence
|
|
|
|
- attack.execution
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection1:
|
2020-05-23 07:16:19 +00:00
|
|
|
CommandLine|contains:
|
2020-05-23 07:09:58 +00:00
|
|
|
- 'Add-PrinterPort -Name'
|
|
|
|
selection2:
|
2020-05-23 07:16:19 +00:00
|
|
|
CommandLine|contains:
|
2020-05-23 07:09:58 +00:00
|
|
|
- '.exe'
|
2020-05-23 07:16:19 +00:00
|
|
|
- '.dll'
|
|
|
|
- '.bat'
|
2020-05-23 07:09:58 +00:00
|
|
|
selection3:
|
|
|
|
CommandLine|contains:
|
|
|
|
- 'Generic / Text Only'
|
2020-05-23 07:16:19 +00:00
|
|
|
condition: ( selection1 and selection2 ) or selection3
|
2020-05-23 07:09:58 +00:00
|
|
|
falsepositives:
|
|
|
|
- New printer port install on host
|
|
|
|
level: high
|