Detectionmediumtest
Abusing Print Executable
Attackers can use print.exe for remote file copy
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Furkan CALISKAN, @oscd_initiativeCreated Mon Oct 05Updated Thu Jul 07bafac3d6-7de9-4dd9-8874-4a1194b493edwindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic2 selectors
detection:
selection:
Image|endswith: '\print.exe'
CommandLine|startswith: 'print'
CommandLine|contains|all:
- '/D'
- '.exe'
filter_print:
CommandLine|contains: 'print.exe'
condition: selection and not filter_printFalse Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
bafac3d6-7de9-4dd9-8874-4a1194b493ed
Status
test
Level
medium
Type
Detection
Created
Mon Oct 05
Modified
Thu Jul 07
Author
Path
rules/windows/process_creation/proc_creation_win_print_remote_file_copy.yml
Raw Tags
attack.defense-evasionattack.t1218