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 CrowdStrike LogScale · LogScale

Detect Data Exfiltration via Sensitive Document Printing in CrowdStrike LogScale

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

LogScale Detection Query

CrowdStrike LogScale (LogScale)
cql
#repo="base_sensor"
#event_simpleName="PrintJobCompleted"
| bucket span=1h
| groupBy([ComputerName, UserName, _bucket], function=[count(as=PrintJobCount)])
| where PrintJobCount > 25
| sort(PrintJobCount, order=desc, limit=1000)
high severity medium confidence

CrowdStrike LogScale CQL query bucketing print-completion telemetry into 1-hour windows per host/user, flagging job counts exceeding 25 as potential physical-medium exfiltration staging via bulk printing (T1052). Requires a CrowdStrike or third-party forwarder that surfaces print-subsystem events into the base_sensor repo; where unavailable, correlate with forwarded Windows Print Service Operational log events instead.

Data Sources

CrowdStrike Falcon Sensor (print subsystem telemetry, where available)Windows Print Service Operational Log forwarded to LogScale

Required Tables

PrintJobCompleted

False Positives & Tuning

  • Legal, HR, or finance staff with routinely high print volume
  • Scheduled batch report generation 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