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 Forest Trusts
Cross-Forest Enumeration
Users in Foreign Domain
Foreign Group Membership
BloodHound
Collect data from both forests. Analyze cross-forest edges.SID Filtering Bypass (Limited)
SID filtering blocks high-privilege SIDs (S-1-5-21-*-500, -512, -519, etc.) across forest trusts.What Still Works
SIDs not filtered across forests:- Domain Users (S-1-5-21-*-513)
- Custom group SIDs (if explicitly permitted)
Check Filtering Status
Trust Account Attack
Get Foreign Trust Account
Forge Trust Ticket
Shared Resources Abuse
If foreign forest resources are accessible:ADCS Cross-Forest
If ADCS in target forest trusts your domain:PAM Trust (Bastion Forest)
Privileged Access Management trust allows shadow principals in bastion forest to map to principals in production forest.Quick Reference
| Task | Command |
|---|---|
| Enum trusts | Get-ADTrust -Filter * |
| Foreign members | Get-DomainForeignGroupMember |
| Trust account | secretsdump -just-dc-user 'FOREST$' |
| SID filtering | Blocks privileged SIDs across forests |
| Shared resources | crackmapexec smb HOSTS -u user -p pass --shares |