Skip to content
← RegistryDossier · 5 steps · 4 edges

UAC bypass → elevated admin on a workstation

Standard medium-integrity admin user runs fodhelper / silentcleanup / computerdefaults auto-elevate bypass — gets a high-integrity session without a UAC prompt.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: foothold as a user in the local Administrators group on a Windows endpoint (typical for dev / IT users) but currently running at medium integrity.

§ Steps

  1. 01
    High-integrity shell as adminInitial Access
    T1078Valid Accounts
  2. 02
    Medium-integrity admin shellInitial Access
    T1078Valid Accounts
  3. 03
    Trigger autoElevate targetExecution
    T1059Command and Scripting Interpreter
  4. 04
    Pick a UAC bypass (fodhelper / silentcleanup)Privilege Escalation
    W-UAC-BYPASSUAC Bypass
  5. 05
    Dump LSASS for cached credsCredential Access
    W-LSASS-PROCDUMPLSASS via procdump / comsvcs.dll

§ References

§ Frequently asked

What is the "UAC bypass → elevated admin on a workstation" attack path?
Standard medium-integrity admin user runs fodhelper / silentcleanup / computerdefaults auto-elevate bypass — gets a high-integrity session without a UAC prompt. It chains 5 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is High-integrity shell as admin (T1078) — a initial access primitive. Assumed environment: foothold as a user in the local Administrators group on a Windows endpoint (typical for dev / IT users) but currently running at medium integrity.
What is the final impact of this kill-chain?
The final step lands on Dump LSASS for cached creds (W-LSASS-PROCDUMP), which falls under Credential Access. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers