cscli scenarios install sigmahq/proc_creation_win_rundll32_unc_path
1type: trigger2name: sigmahq/proc_creation_win_rundll32_unc_path3description: |4 Detects rundll32 execution where the DLL is located on a remote location (share)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') && evt.Parsed.CommandLine contains ' \\\\')7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t1021.00215 - attack.t1218.0111617 label: "Rundll32 UNC Path Execution"18 behavior : "windows:audit"19 remediation: false2021scope:22 type: ParentProcessId23 expression: evt.Parsed.ParentProcessId2425