Active Directory and Kerberos Flashcards
Windows Domain
Group of users and computers under the administration of a given business
Active Directory
Single repository to centralize the administration of common components of a network
Provides centralized identity management
Allows you to configure and apply security policies to users and computers as needed
Domain Controller (DC)
Server that runs AD services
AD DS
Active Directory Domain Service
Acts as a catalog that holds the info of all the “objects” that exist on your network
Security Principal
Objects (mostly users) that can be authenticated by the domain and assigned privileges over resources or act upon those resources
OU
Organizational Unit
Container objects that allow you to classify users and machines
Mainly used to define sets of users with similar policing requirements
GPO
Group Policy Object
Collection of settings that can be applied to OUs
Can contain policies aimed at either users or computers, allowing you to set a baseline on specific machines and identities
GPOs are distributed to the network via a network share called ____
SYSVOL
Tree
Partitioned structure with a root domain and branching subdomains that can be managed independently
Gives us better control over who can access what in the domain
Policies can be configured independently for each domain in the tree
Forest
The union of several trees with different namespaces into the same network
Domains arranged in trees and forests are joined together by ___
Trust relationships
These allow you to authorize a user from Domain A to access resources from Domain B
Can have one way or two way trust relationships
Kerberos
The default authentication service for Microsoft Windows domains. It is intended to be more “secure” than NTLM by using third party ticket authorization as well as stronger encryption.
Ticket Granting Ticket (TGT)
Authentication ticket used to request service tickets from the Ticket Granting Service for specific resources from the domain.
Key Distribution Center (KDC)
Service for issuing TGTs and service tickets that consist of the Authentication Service and the Ticket Granting Service.
Kerberoasting- what is it, how to mitigate
Allows a user to request a service ticket for any service with a registered SPN then use that ticket to crack the service password.
Enforce strong passwords for service accounts, and don’t allow them domain admin