Suspicious Print Spooler Point and Print DLLedit

Detects attempts to exploit a privilege escalation vulnerability (CVE-2020-1030) related to the print spooler service. Exploitation involves chaining multiple primitives to load an arbitrary DLL into the print spooler process running as SYSTEM.

Rule type: eql

Rule indices:

  • logs-endpoint.events.*

Severity: high

Risk score: 73

Runs every: 5 minutes

Searches indices from: now-9m (Date Math format, see also Additional look-back time)

Maximum alerts per execution: 100

References:

Tags:

  • Elastic
  • Host
  • Windows
  • Threat Detection
  • Privilege Escalation

Version: 3 (version history)

Added (Elastic Stack release): 7.11.0

Last modified (Elastic Stack release): 8.1.0

Rule authors: Elastic

Rule license: Elastic License v2

Rule queryedit

sequence by host.id with maxspan=30s [registry where registry.path :
"HKLM\\SOFTWARE\\Microsoft\\Windows
NT\\CurrentVersion\\Print\\Printers\\*\\SpoolDirectory" and
registry.data.strings :
"C:\\Windows\\System32\\spool\\drivers\\x64\\4"] [registry where
registry.path : "HKLM\\SOFTWARE\\Microsoft\\Windows
NT\\CurrentVersion\\Print\\Printers\\*\\CopyFiles\\Payload\\Module"
and registry.data.strings :
"C:\\Windows\\System32\\spool\\drivers\\x64\\4\\*"]

Threat mappingedit

Framework: MITRE ATT&CKTM

Rule version historyedit

Version 3 (8.1.0 release)
  • Formatting only
Version 2 (7.12.0 release)
  • Formatting only