cscli scenarios install sigmahq/proc_creation_win_susp_child_process_as_system_
1type: trigger2name: sigmahq/proc_creation_win_susp_child_process_as_system_3description: |4 Detection of child processes spawned with SYSTEM privileges by parents with LOCAL SERVICE or NETWORK SERVICE accounts5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && ((evt.Parsed.ParentUser contains 'AUTHORI' || evt.Parsed.ParentUser contains 'AUTORI') && (evt.Parsed.ParentUser endsWith '\\NETWORK SERVICE' || evt.Parsed.ParentUser endsWith '\\LOCAL SERVICE') && (evt.Parsed.User contains 'AUTHORI' || evt.Parsed.User contains 'AUTORI') && (evt.Parsed.User endsWith '\\SYSTEM' || evt.Parsed.User endsWith '\\Système' || evt.Parsed.User endsWith '\\СИСТЕМА') && evt.Parsed.IntegrityLevel == 'System' && not (evt.Parsed.Image endsWith '\\rundll32.exe' && evt.Parsed.CommandLine contains 'DavSetCookie'))7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t1134.0021516 label: "Suspicious Child Process Created as System"17 behavior : "windows:audit"18 remediation: false1920scope:21 type: ParentProcessId22 expression: evt.Parsed.ParentProcessId2324