cscli scenarios install sigmahq/proc_creation_win_hktl_cobaltstrike_load_by_rundll32
1type: trigger2name: sigmahq/proc_creation_win_hktl_cobaltstrike_load_by_rundll323description: |4 Rundll32 can be use by Cobalt Strike with StartW function to load DLLs from the command line.5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && ((evt.Parsed.Image endsWith '\\rundll32.exe' || evt.Parsed.OriginalFileName == 'RUNDLL32.EXE' || evt.Parsed.CommandLine contains 'rundll32.exe' || evt.Parsed.CommandLine contains 'rundll32 ') && evt.Parsed.CommandLine contains '.dll' && (evt.Parsed.CommandLine endsWith ' StartW' || evt.Parsed.CommandLine endsWith ',StartW'))7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t1218.0111516 label: "CobaltStrike Load by Rundll32"17 behavior : "windows:audit"18 remediation: false1920scope:21 type: ParentProcessId22 expression: evt.Parsed.ParentProcessId2324