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.
Overview
sIDHistory attribute stores previous SIDs from domain migration. If Enterprise/Domain Admin SID injected → user gets those privileges transparently.
Inject SID History — Mimikatz
Add Enterprise Admins SID
Via Golden Ticket
Include extra SIDs in golden ticket:-519 = Enterprise Admins.
Check SID History
Cross-Domain Abuse
Inject parent domain’s Domain Admins SID into child domain user:Notes
- Survives password changes
- Works across domain trusts (if SID filtering not enabled)
- Very stealthy — user appears normal
- Detection: audit sIDHistory attribute changes
- SID filtering blocks this across forest trusts
Quick Reference
| Task | Command |
|---|---|
| Inject SID | mimikatz # sid::add /sam:user /new:SID |
| Via Golden | /sids:S-1-5-21-PARENT-519 in golden ticket |
| Check | Get-ADUser user -Properties SIDHistory |
| Enterprise Admin SID | -519 from parent domain |