Constrained Delegation (Bloodhound AllowedToDelegate)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

Flashcards covering the mechanisms, attributes, requirements, and tools involved in Kerberos constrained delegation attacks.

Last updated 8:44 PM on 5/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Constrained delegation

A feature that allows an administrator to restrict a user or computer account to only be able to perform services on behalf of a user for specified services, such as CIFS or MSSQL.

2
New cards

AllowedToDelegate

A Bloodhound label indicating an account has constrained delegation permissions enabled.

3
New cards

Protocol transition

One of the two types of constrained delegation mechanisms, often discussed in the context of attacking Kerberos.

4
New cards

S4U2proxy (Service for User to Proxy)

A Kerberos extension that allows a service to obtain a TGS (Ticket Granting Service) for a second service on behalf of a user.

5
New cards

S4U2self (Service for User to Self)

A Kerberos extension that allows a service to obtain a forwardable TGT (Ticket Granting Ticket) on behalf of a user.

6
New cards

msDS-AllowedToDelegateTo

The Active Directory attribute that lists the specific services allowed for delegation on an account.

7
New cards

Attack Requirements for Constrained Delegation

Requires an account with the 'Trust This user/computer for delegation to specified services only' option enabled and local admin privileges on the delegated compromised host.

8
New cards

asktgt module

A Rubeus module used to request TGT (Ticket Granting Ticket) tickets for accounts such as 'websvc' or 'dcorp-adminsrv'.

9
New cards

altservice

A parameter in Rubeus used to alternate allowed services with others (e.g., using LDAP instead of TIME) to perform attacks like DCSync.

10
New cards

lsadump::dcsync

A Mimikatz command used after injecting a TGS ticket to dump sensitive information like krbtgt and all account hashes from the Domain Controller.

11
New cards

Forwardable TGT

A ticket cached locally by a web service and sent back to the KDC to request service tickets (TGS) for backend services like SQL.