You are here: local admin / SYSTEM on a host (or admin on a member server), and you need domain dominance.
Local admin is a credential factory. Dump everything the host knows, then reuse it — the path to DA is usually a credential or a delegation right you just unlocked, not a new exploit.
▶️ Next moves (in order)
- Dump local secrets. SAM + LSA, LSASS memory, and DPAPI / Credential Manager. → Windows_Credential_Dump_SAM · Windows_Credential_Dump_LSASS · Windows_Credential_Manager
- Reuse the loot. Pass-the-Hash and ticket reuse laterally; spray recovered hashes across the estate. → Pass_the_Hash · Pass_the_Ticket_Windows · NetExec_PostExploitation
- Hunt privileged sessions / tokens. Logged-on Domain Admins, impersonable tokens. → Windows_PrivEsc_Token_Privileges
- Re-BloodHound recovered principals. Does any newly recovered account have DCSync rights or a DA path? → Stuck_In_AD · NetExec_BloodHound
- DCSync when a controlled principal has replication rights. → AD_DCSync
- On a DC / with DA-equivalent: dump the domain database. → Windows_Credential_Dump_NTDS
- Certificate / delegation finishers if direct credential reuse stalls. → Pass_the_Certificate · AD_Privileged_Access
⚠️ Common stalls
- Dumped SAM but not LSASS (domain creds live in LSASS/tickets).
- Recovered a hash but never reused it across other hosts.
- Didn’t re-run BloodHound on the recovered accounts.
- Forgot DPAPI / Credential Manager / browser-stored secrets.
- Reached a DA hash and kept exploiting instead of closing out and documenting.
⏱️ Stop condition
You’ve dumped SAM/LSA/LSASS/DPAPI, reused every hash and ticket across hosts, hunted privileged sessions, and re-BloodHounded recovered principals. If no DA path, the next credential is on a different host — stop re-dumping this one. Spray the loot outward, take the next host, repeat. And the hard stop: once you hold a Domain Admin / Administrator hash, stop escalating and switch to closing out + Reporting_SysReptor. Work past the objective is wasted time and added risk, not extra points.
🔀 Route on
- Recovered the Administrator/DA hash → finish (DCSync / verify access), then document → Reporting_SysReptor
- Need to reach an unreachable subnet first → Need_To_Pivot
- Back to the hub → Decision_Trees · Engagement_Cockpit