Skip to content
← RegistryDossier · 5 steps · 4 edges

LAPS read → local admin on every endpoint

A delegated 'helpdesk' group gains read access to ms-Mcs-AdmPwd. Compromising any member of that group cascades to local admin on every LAPS-managed machine.

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

§ Context

Assumed environment: LAPS is deployed and at least one group with Read rights on ms-Mcs-AdmPwd (legacy LAPS) or msLAPS-Password (Windows LAPS) is reachable.

§ Steps

  1. 01
    Dump LSASS for higher-priv tokensCredential Access
    T1003.001LSASS Memory
  2. 02
    Compromise a LAPS-reader principalInitial Access
    T1078Valid Accounts
  3. 03
    PSExec/WinRM as local adminLateral Movement
    T1021.006Windows Remote Management
  4. 04
    Enumerate LAPS readersDiscovery
    AD-BLOODHOUNDBloodHound / SharpHound Enumeration

    BloodHound 'ReadLAPSPassword' edge.

  5. 05
    Read ms-Mcs-AdmPwd / msLAPS-PasswordCredential Access
    AD-LAPSRead LAPS Password

    nxc ldap -M laps / pyLAPS.py

§ References

§ Frequently asked

What is the "LAPS read → local admin on every endpoint" attack path?
A delegated 'helpdesk' group gains read access to ms-Mcs-AdmPwd. Compromising any member of that group cascades to local admin on every LAPS-managed machine. It chains 5 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Dump LSASS for higher-priv tokens (T1003.001) — a credential access primitive. Assumed environment: LAPS is deployed and at least one group with Read rights on ms-Mcs-AdmPwd (legacy LAPS) or msLAPS-Password (Windows LAPS) is reachable.
What is the final impact of this kill-chain?
The final step lands on Read ms-Mcs-AdmPwd / msLAPS-Password (AD-LAPS), 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