cscli scenarios install sigmahq/proc_creation_win_hktl_winpwn
1type: trigger2name: sigmahq/proc_creation_win_hktl_winpwn3description: |4 Detects commandline keywords indicative of potential usge of the tool WinPwn. A tool for Windows and Active Directory reconnaissance and exploitation.5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.CommandLine contains 'Offline_Winpwn' || evt.Parsed.CommandLine contains 'WinPwn ' || evt.Parsed.CommandLine contains 'WinPwn.exe' || evt.Parsed.CommandLine contains 'WinPwn.ps1')7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t104615 - attack.t108216 - attack.t110617 - attack.t151818 - attack.t1548.00219 - attack.t1552.00120 - attack.t155521 - attack.t1555.0032223 label: "HackTool - WinPwn Execution"24 behavior : "windows:audit"25 remediation: false2627scope:28 type: ParentProcessId29 expression: evt.Parsed.ParentProcessId3031