Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_hktl_sharpup.yml
T
Nasreddine Bencherchali 598d29f811 Merge PR #4950 from @nasbench - Comply With v2 Spec Changes
chore: change tags, date, modified fields to comply with v2 of the Sigma spec.
chore: update the related type from `obsoletes` to `obsolete`.
chore: update local json schema to the latest version.
2024-08-12 12:02:50 +02:00

34 lines
950 B
YAML

title: HackTool - SharpUp PrivEsc Tool Execution
id: c484e533-ee16-4a93-b6ac-f0ea4868b2f1
status: test
description: Detects the use of SharpUp, a tool for local privilege escalation
references:
- https://github.com/GhostPack/SharpUp
author: Florian Roth (Nextron Systems)
date: 2022-08-20
modified: 2023-02-13
tags:
- attack.privilege-escalation
- attack.t1615
- attack.t1569.002
- attack.t1574.005
logsource:
category: process_creation
product: windows
detection:
selection:
- Image|endswith: '\SharpUp.exe'
- Description: 'SharpUp'
- CommandLine|contains:
- 'HijackablePaths'
- 'UnquotedServicePath'
- 'ProcessDLLHijack'
- 'ModifiableServiceBinaries'
- 'ModifiableScheduledTask'
- 'DomainGPPPassword'
- 'CachedGPPPassword'
condition: selection
falsepositives:
- Unknown
level: critical