Detectioncriticaltest

HackTool - SharpUp PrivEsc Tool Execution

Detects the use of SharpUp, a tool for local privilege escalation

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Florian Roth (Nextron Systems)Created Sat Aug 20Updated Mon Feb 13c484e533-ee16-4a93-b6ac-f0ea4868b2f1windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        - Image|endswith: '\SharpUp.exe'
        - Description: 'SharpUp'
        - CommandLine|contains:
              - 'HijackablePaths'
              - 'UnquotedServicePath'
              - 'ProcessDLLHijack'
              - 'ModifiableServiceBinaries'
              - 'ModifiableScheduledTask'
              - 'DomainGPPPassword'
              - 'CachedGPPPassword'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
c484e533-ee16-4a93-b6ac-f0ea4868b2f1
Status
test
Level
critical
Type
Detection
Created
Sat Aug 20
Modified
Mon Feb 13
Path
rules/windows/process_creation/proc_creation_win_hktl_sharpup.yml
Raw Tags
attack.persistenceattack.defense-evasionattack.privilege-escalationattack.discoveryattack.executionattack.t1615attack.t1569.002attack.t1574.005
View on GitHub