Skip to main content

Overview

Every DC has a local DSRM administrator account set during AD DS promotion. Its NTLM hash can be extracted and used to authenticate to the DC.

Get DSRM Password Hash

Look for local Administrator account hash.

Enable Network DSRM Login

By default, DSRM account can only log in during DSRM boot mode. Change registry to allow network logon:

Authenticate with DSRM Hash

Use ./ (local) not DOMAIN/ — DSRM is local account.

Notes

  • DSRM password rarely changed → long-term persistence
  • Local account — use .\Administrator or hostname
  • Survives reboots
  • Requires registry change for remote access
  • Detection: monitor DsrmAdminLogonBehavior registry key

Quick Reference