cscli scenarios install sigmahq/proc_creation_win_susp_inline_base64_mz_header
1type: trigger2name: sigmahq/proc_creation_win_susp_inline_base64_mz_header3description: |4 Detects encoded base64 MZ header in the commandline5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.CommandLine contains 'TVqQAAMAAAAEAAAA' || evt.Parsed.CommandLine contains 'TVpQAAIAAAAEAA8A' || evt.Parsed.CommandLine contains 'TVqAAAEAAAAEABAA' || evt.Parsed.CommandLine contains 'TVoAAAAAAAAAAAAA' || evt.Parsed.CommandLine contains 'TVpTAQEAAAAEAAAA')7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:1415 label: "Base64 MZ Header In CommandLine"16 behavior : "windows:audit"17 remediation: false1819scope:20 type: ParentProcessId21 expression: evt.Parsed.ParentProcessId2223