cscli scenarios install sigmahq/proc_creation_win_hktl_hydra
1type: trigger2name: sigmahq/proc_creation_win_hktl_hydra3description: |4 Detects command line parameters used by Hydra password guessing hack tool5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.CommandLine contains '-u ' && evt.Parsed.CommandLine contains '-p ' && (evt.Parsed.CommandLine contains '^USER^' || evt.Parsed.CommandLine contains '^PASS^'))7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t111015 - attack.t1110.0011617 label: "HackTool - Hydra Password Bruteforce Execution"18 behavior : "windows:audit"19 remediation: false2021scope:22 type: ParentProcessId23 expression: evt.Parsed.ParentProcessId2425