Active Directory Authentication Flashcards

(11 cards)

1
Q

What is the default authentication method for windows networks

A

Kerberos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are tickets?

A

Proof of prior authentication used to authenticate to services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is KDC and where does it run?

A

Key Distribution Center
Domain Controller responsible for generating tickets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a TGT and what is it used for?

A

Ticket Generating Ticket
Used for requesting additional tickets to access specific services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why do we use TGTs?

A

So user authentication doesn’t have to be passed for each authentication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

TGT request: What does the user send the KDC

A

Username and a time stamp that is encrypted using a user-password based hash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

TGT request: What does the KDC send the client?

A

A TGT encrypted using the krbtgt account-password based hash and a session key encrypted with the users password-based hash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

TGS request: What does the user send the KDC?

A

Username & timestamp encrypted with the user’s session key ( rec’d from krbtgt), the TGT (rec’d from krbtgt) and an SPN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an SPN?

A

Service Principal Name
Sent by the client to request a specific service as part of a TSG request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

TSG request: What does the KDC send the client?

A

A TSG encrypted by the Service Owner’s hash and a Service Session Key which is then decrypted by the Client’s Session Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What happens as part of the client’s service authentication request?

A

The client sends its username and time stamp encrypted by its service session key and TSG, which is then decrypted by the Service owner hash.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly