Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Enumerate Trusts
PowerShell
PowerView
BloodHound
Map → Domain Trusts view.Trust Types
| Type | Direction | Description |
|---|---|---|
| Parent-Child | Bidirectional | Automatic between parent/child domains |
| Tree-Root | Bidirectional | Between trees in same forest |
| External | One/Bi | Between domains in different forests |
| Forest | One/Bi | Between forest root domains |
Parent-Child — Escalation via Golden Ticket
Child domain → parent domain via SID History in golden ticket.Get krbtgt from Child
Get Parent Domain SID
Forge Inter-Realm TGT
-519 = Enterprise Admins.
Use
Mimikatz
Trust Key Attack
Use inter-realm trust key instead of krbtgt.Get Trust Key
Forge
SID Filtering
- Intra-forest trusts: SID filtering not applied (by default)
- External/forest trusts: SID filtering applied (blocks SID history)
- Selective authentication: limits which users can auth across trust
Quick Reference
| Task | Command |
|---|---|
| Enum trusts | Get-ADTrust -Filter * |
| Child → Parent | Golden ticket with -extra-sid PARENT-519 |
| Trust key | secretsdump -just-dc-user 'PARENT$' |
| SID filtering | Blocks SID history on external trusts |