Detectionhightest

UAC Bypass Using PkgMgr and DISM

Detects the pattern of UAC Bypass using pkgmgr.exe and dism.exe (UACMe 23)

Convert In Phoenix Studio

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

Launch
Christian Burkard (Nextron Systems)Created Mon Aug 23Updated Sun Dec 01a743ceba-c771-4d75-97eb-8a90f7f4844cwindows
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:
        ParentImage|endswith: '\pkgmgr.exe'
        Image|endswith: '\dism.exe'
        IntegrityLevel:
            - 'High'
            - 'System'
            - 'S-1-16-16384' # System
            - 'S-1-16-12288' # High
    condition: selection
False Positives
Unknown

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

Rule Metadata
Rule ID
a743ceba-c771-4d75-97eb-8a90f7f4844c
Status
test
Level
high
Type
Detection
Created
Mon Aug 23
Modified
Sun Dec 01
Path
rules/windows/process_creation/proc_creation_win_uac_bypass_pkgmgr_dism.yml
Raw Tags
attack.defense-evasionattack.privilege-escalationattack.t1548.002
View on GitHub