cscli scenarios install sigmahq/proc_creation_win_lolbin_printbrm
1type: trigger2name: sigmahq/proc_creation_win_lolbin_printbrm3description: |4 Detects the execution of the LOLBIN PrintBrm.exe, which can be used to create or extract ZIP files. PrintBrm.exe should not be run on a normal workstation.5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.Image endsWith '\\PrintBrm.exe' && evt.Parsed.CommandLine contains ' -f' && evt.Parsed.CommandLine contains '.zip')7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t110515 - attack.t1564.0041617 label: "PrintBrm ZIP Creation of Extraction"18 behavior : "windows:audit"19 remediation: false2021scope:22 type: ParentProcessId23 expression: evt.Parsed.ParentProcessId2425