8.5 - DSRM
DSRM (Directory Services Restore Mode)
DSRM is a special local administrator account that exists on every Domain Controller, primarily used for recovery.
Key Concepts
The
Administrator
account in DSRM mode is local to the DC.Its password is defined during promotion to Domain Controller and rarely changed.
If the NTLM hash of this account is obtained, it can be used to authenticate against the DC.
By default, this account cannot log on when the DC is online—a registry modification is needed.
Dump the DSRM Password Hash
Requires Domain Admin privileges:
Then compare with:
The Administrator hash from
lsadump::sam
is the DSRM local admin.The other is the domain
Administrator
.
Enable DSRM Logon
To allow the DSRM account to log on even when the DC is online, you must set the following registry key on the DC:
Value 2
means the DSRM admin can log in regardless of Safe Mode.
Pass-the-Hash (DSRM Access)
Use Mimikatz to authenticate as the local DSRM administrator via pass-the-hash:
Then verify access:
A useful persistence mechanism when no domain accounts can be created or controlled.
Labs
Last updated