What problem does it solve?
Attackers routinely bypass User Account Control and abuse Linux elevation mechanisms to gain administrative privileges without triggering alerts, leaving defenders blind to privilege escalation. This Skill provides detection logic, hunting queries, and validation steps to surface MITRE ATT&CK T1548 abuse across Windows and Linux environments.
Core Features & Use Cases
- Registry-Based UAC Bypass Detection: Monitor Sysmon Event IDs 12/13 for modifications to HKCU\Software\Classes keys such as ms-settings and mscfile used by fodhelper and eventvwr bypasses.
- Auto-Elevating Process Abuse Hunting: Detect fodhelper.exe, computerdefaults.exe, sdclt.exe, and cmstp.exe spawning unexpected child processes like cmd.exe or powershell.exe.
- Cross-Platform Coverage: Includes Linux detection for setuid/setgid abuse and sudo misconfiguration exploitation via auditd execve monitoring.
- Use Case: A threat hunter investigating how an attacker obtained admin rights without a UAC prompt runs the included Splunk, KQL, and Sigma queries to identify registry hijacks and integrity-level jumps, then validates coverage with Atomic Red Team T1548.002 tests.
Quick Start
Hunt for UAC bypass activity on my Windows endpoints by checking registry modifications under HKCU\Software\Classes and auto-elevating binaries spawning suspicious child processes.