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 Elastic Security · Elastic

Detect Data Exfiltration via Sensitive Document Printing in Elastic Security

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

Elastic Detection Query

Elastic Security (Elastic)
eql
any where event.provider : "Microsoft-Windows-PrintService" and event.code == "307"
| stats count() by host.name, user.name
high severity medium confidence

Detects document print events (Event ID 307) from the Windows Print Service Operational provider ingested via Winlogbeat, surfacing per-user/per-host print volume for correlation with sensitive document naming and after-hours timing. Maps to MITRE ATT&CK T1052 (base technique — physical medium exfiltration via printed output, distinct from T1052.001 USB transfer).

Data Sources

Winlogbeat with Microsoft-Windows-PrintService/Operational channel enabledElastic Endpoint Security (Windows Event Log ingestion)

Required Tables

logs-windows.printservice_operational-*

False Positives & Tuning

  • Legal, HR, or finance staff printing large volumes of contracts or reports as routine job duties
  • Scheduled overnight batch report generation through print-to-PDF virtual printers
  • Shift workers printing during hours the rule treats as after-hours

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