cscli scenarios install sigmahq/proc_creation_win_rundll32_susp_execution_with_image_extension
1type: trigger2name: sigmahq/proc_creation_win_rundll32_susp_execution_with_image_extension3description: |4 Detects the execution of Rundll32.exe with DLL files masquerading as image files5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && ((evt.Parsed.Image endsWith '\\rundll32.exe' || evt.Parsed.OriginalFileName == 'RUNDLL32.exe') && (evt.Parsed.CommandLine contains '.bmp' || evt.Parsed.CommandLine contains '.cr2' || evt.Parsed.CommandLine contains '.eps' || evt.Parsed.CommandLine contains '.gif' || evt.Parsed.CommandLine contains '.ico' || evt.Parsed.CommandLine contains '.jpeg' || evt.Parsed.CommandLine contains '.jpg' || evt.Parsed.CommandLine contains '.nef' || evt.Parsed.CommandLine contains '.orf' || evt.Parsed.CommandLine contains '.png' || evt.Parsed.CommandLine contains '.raw' || evt.Parsed.CommandLine contains '.sr2' || evt.Parsed.CommandLine contains '.tif' || evt.Parsed.CommandLine contains '.tiff'))7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t1218.0111516 label: "Suspicious Rundll32 Execution With Image Extension"17 behavior : "windows:audit"18 remediation: false1920scope:21 type: ParentProcessId22 expression: evt.Parsed.ParentProcessId2324