Response playbooks, investigation guides, and Atomic Red Team tests are Pro-only. Upgrade to unlock the full detection package for THREAT-Printer-SensitiveDocumentExfil.

Upgrade to Pro
THREAT-Printer-SensitiveDocumentExfil Sumo Logic CSE · Sumo

Detect Data Exfiltration via Sensitive Document Printing in Sumo Logic CSE

Adversaries and malicious insiders may print sensitive documents to physically remove them from a facility as paper output, bypassing network-based DLP, email egress filtering, and removable-media controls entirely. This is a physical-medium exfiltration path distinct from USB transfer (T1052.001): the print spooler renders the document and a hard copy leaves the building in a pocket, bag, or folder with no file ever crossing the network egress boundary. Detection correlates Windows Print Service telemetry for bulk print volume, sensitive-keyword document names, and after-hours printing patterns that suggest deliberate physical removal of data rather than routine office printing.

MITRE ATT&CK

Tactic
Exfiltration

Sumo Detection Query

Sumo Logic CSE (Sumo)
sql
_sourceCategory="windows/printservice"
| parse "EventID>*<" as EventID nodrop
| parse "Document *, *, owned by *" as JobNum, DocumentName, PrintUser nodrop
| parse "Computer>*<" as Computer nodrop
| where EventID = "307"
| timeslice 1h
| count as PrintJobCount by Computer, PrintUser, _timeslice
| where PrintJobCount > 25
| sort by PrintJobCount desc
high severity medium confidence

Sumo Logic query aggregating Windows Print Service Operational Event ID 307 (document printed) records into 1-hour windows per host/user, flagging print job counts exceeding 25 as a volume-based indicator of potential physical-medium (paper) exfiltration.

Data Sources

Windows Print Service Operational Log (Windows Event Forwarding)Sumo Logic Installed Collector (Windows)

Required Tables

_sourceCategory=windows/printservice

False Positives & Tuning

  • Legal, HR, or finance staff with routinely high print volume
  • Scheduled batch report jobs printed through virtual/PDF printers

Other platforms for THREAT-Printer-SensitiveDocumentExfil


Testing Methodology

Validate this detection against 3 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.

  1. Test 1Bulk Print of Sensitive-Named Documents via PowerShell

    Expected signal: Microsoft-Windows-PrintService/Operational Event ID 307 recorded 10 times within a short window, each RenderedDescription/Message containing a document name matching 'confidential_payroll_report_*' owned by the test user.

  2. Test 2High-Volume Print Job Outside Business Hours

    Expected signal: Microsoft-Windows-PrintService/Operational Event ID 307 recorded with Total pages printed reflecting the multi-page document, timestamped outside the 06:00-20:00 window.

  3. Test 3Print Job with Sensitive Content but Innocuous File Name

    Expected signal: Microsoft-Windows-PrintService/Operational Event ID 307 recorded for 'notes.txt' — document name carries no sensitive keyword despite sensitive content.

Unlock playbooks & atomic tests with Pro

Get the full detection package for THREAT-Printer-SensitiveDocumentExfil — response playbook and atomic red team tests, plus investigation guidance and hunting queries.

df00tech Pro — £29/user/month

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections