cscli scenarios install sigmahq/proc_creation_win_hktl_sharpup
1type: trigger2name: sigmahq/proc_creation_win_hktl_sharpup3description: |4 Detects the use of SharpUp, a tool for local privilege escalation5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.Image endsWith '\\SharpUp.exe' || evt.Parsed.Description == 'SharpUp' || evt.Parsed.CommandLine contains 'HijackablePaths' || evt.Parsed.CommandLine contains 'UnquotedServicePath' || evt.Parsed.CommandLine contains 'ProcessDLLHijack' || evt.Parsed.CommandLine contains 'ModifiableServiceBinaries' || evt.Parsed.CommandLine contains 'ModifiableScheduledTask' || evt.Parsed.CommandLine contains 'DomainGPPPassword' || evt.Parsed.CommandLine contains 'CachedGPPPassword')7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t161515 - attack.t1569.00216 - attack.t1574.0051718 label: "HackTool - SharpUp PrivEsc Tool Execution"19 behavior : "windows:audit"20 remediation: false2122scope:23 type: ParentProcessId24 expression: evt.Parsed.ParentProcessId2526