cscli scenarios install sigmahq/proc_creation_win_pua_csexec
1type: trigger2name: sigmahq/proc_creation_win_pua_csexec3description: |4 Detects the use of the lesser known remote execution tool named CsExec a PsExec alternative5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.Image endsWith '\\csexec.exe' || evt.Parsed.Description == 'csexec')7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t1587.00115 - attack.t1569.0021617 label: "PUA - CsExec Execution"18 behavior : "windows:audit"19 remediation: false2021scope:22 type: ParentProcessId23 expression: evt.Parsed.ParentProcessId2425