Constrained Delegation
Constrained Delegation
Requirements
Explanation
Enumeration
1) Powerview
Get-DomainComputer -TrustedToAuth| Select DnsHostName,UserAccountControl,msds-allowedtodelegateto | FLGet-DomainUser -TrustedToAuth2) Powershell
Obtain TGT
1) Rubeus
Triage current tickets
If you have the aes265 hash for the compromised account
2) Invoke-Rubeus
Obtain TGS for service
1) Rubeus
2) Invoke-Rubeus
Pass the Ticket (PtT)
1) Rubeus
2) Invoke-Rubeus
Alternate Service Name
Generate TGS for the alternative service name
1) Rubeus
2) Invoke-Rubeus
Generate service tickets for all service types
Last updated