Delegations
Theory
Types of delegation
Extensions
Practice
Recon
Abuse
(KUD) Unconstrained


Talk 🎤
Resources
Last updated
Was this helpful?



Last updated
Was this helpful?
Was this helpful?
findDelegation.py "DOMAIN"/"USER":"PASSWORD"findDelegation.py -user "account" "DOMAIN"/"USER":"PASSWORD"// Unconstrained Delegation
MATCH (c {unconstraineddelegation:true}) return c
// Constrained Delegation (with Protocol Transition)
MATCH (c) WHERE NOT c.allowedtodelegate IS NULL AND c.trustedtoauth=true return c
// Constrained Delegation (without Protocol Transition)
MATCH (c) WHERE NOT c.allowedtodelegate IS NULL AND c.trustedtoauth=false return c
// Resource-Based Constrained Delegation
MATCH p=(u)-[:AllowedToAct]->(c) RETURN pGet-ADComputer "Account" -Properties TrustedForDelegation, TrustedToAuthForDelegation,msDS-AllowedToDelegateTo,PrincipalsAllowedToDelegateToAccount