cscli scenarios install sigmahq/proc_creation_win_hktl_invoke_obfuscation_via_var
1type: trigger2name: sigmahq/proc_creation_win_hktl_invoke_obfuscation_via_var3description: |4 Detects Obfuscated Powershell via VAR++ LAUNCHER5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.CommandLine contains '&&set' && evt.Parsed.CommandLine contains 'cmd' && evt.Parsed.CommandLine contains '/c' && evt.Parsed.CommandLine contains '-f' && (evt.Parsed.CommandLine contains '{0}' || evt.Parsed.CommandLine contains '{1}' || evt.Parsed.CommandLine contains '{2}' || evt.Parsed.CommandLine contains '{3}' || evt.Parsed.CommandLine contains '{4}' || evt.Parsed.CommandLine contains '{5}'))7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t102715 - attack.t1059.0011617 label: "Invoke-Obfuscation VAR++ LAUNCHER OBFUSCATION"18 behavior : "windows:audit"19 remediation: false2021scope:22 type: ParentProcessId23 expression: evt.Parsed.ParentProcessId2425