{"id":"2fcda7e2-8c57-4904-86ac-37fc3157e09d","title":"Sensitive File Dump Via Print.EXE","description":"Detects the abuse of the Print.exe utility for credential harvesting which involves using Print.Exe to copy sensitive files such as ntds.dit, SAM, SECURITY, or SYSTEM from the Windows directory in order to extract credentials, locally or remotely.\n","author":"Ayush Anand (Securityinbits)","status":"test","level":"high","date":"2026-04-28","modified":"","tags":["attack.credential-access","attack.stealth","attack.t1003.003","attack.t1003.002","attack.t1218"],"technique_ids":["T1003.002","T1003.003","T1218"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Unlikely"],"references":["https://www.microsoft.com/en-us/security/blog/2026/02/06/active-exploitation-solarwinds-web-help-desk/","https://www.huntress.com/blog/credential-theft-expanding-your-reach-pt-2","https://lolbas-project.github.io/lolbas/Binaries/Print/"],"source_path":"rules/windows/process_creation/proc_creation_win_print_dump_sensitive_files.yml","source_sha256":"2fb0fc7147d4b403f306896889981445cdb52dff6bd2b09e4a3b55fe1a95f44e","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_print_dump_sensitive_files.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Sensitive File Dump Via Print.EXE\nid: 2fcda7e2-8c57-4904-86ac-37fc3157e09d\nstatus: test\ndescription: |\n    Detects the abuse of the Print.exe utility for credential harvesting which involves using Print.Exe to copy sensitive files such as ntds.dit, SAM, SECURITY, or SYSTEM from the Windows directory in order to extract credentials, locally or remotely.\nreferences:\n    - https://www.microsoft.com/en-us/security/blog/2026/02/06/active-exploitation-solarwinds-web-help-desk/\n    - https://www.huntress.com/blog/credential-theft-expanding-your-reach-pt-2\n    - https://lolbas-project.github.io/lolbas/Binaries/Print/\nauthor: Ayush Anand (Securityinbits)\ndate: 2026-04-28\ntags:\n    - attack.credential-access\n    - attack.stealth\n    - attack.t1003.003\n    - attack.t1003.002\n    - attack.t1218\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_img:\n        - Image|endswith: '\\print.exe'\n        - OriginalFileName: 'Print.EXE'\n    selection_cli:\n        CommandLine|contains|windash: '/D'\n        CommandLine|contains:\n            - '\\config\\SAM'\n            - '\\config\\SECURITY'\n            - '\\config\\SYSTEM'\n            - '\\windows\\ntds\\ntds.dit'\n    condition: all of selection_*\nfalsepositives:\n    - Unlikely\nlevel: high\nregression_tests_path: regression_data/rules/windows/process_creation/proc_creation_win_print_dump_sensitive_files/info.yml\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1003.002","id":"T1003.002","name":"Security Account Manager","page":"techniques/enterprise/T1003.002/"},{"key":"enterprise/T1003.003","id":"T1003.003","name":"NTDS","page":"techniques/enterprise/T1003.003/"},{"key":"enterprise/T1218","id":"T1218","name":"System Binary Proxy Execution","page":"techniques/enterprise/T1218/"}],"data_path":"data/detection-rules/2fcda7e2-8c57-4904-86ac-37fc3157e09d.json","kind":"sigma"}
