u/Mewthree1
Categories
Tags
204 words
1 minutes
. . .
views
PEH notes - Active Directory 1
Active Directory Overview
What is?
- This is an “Identity Management service” but not only
- Stores info like Computers, Users, etc.
- Authenticates using Kerberos tickets
- 99% of Fortune 1000 companies implement the service in their networks
Active Directory Components
Physical
Domain Controllers(CONTROL EVERYTHING)- Host a copy of the AD DS directory store (”Phone book”)
- Provide authentication and authorization services
- Replicate updates to the other domain controllers in the domain and forest
- Allow admins access to manage user accounts and network resources
AD DS- Consists of the
NTDS.ditfile (very important file ⚠️)- Contains all the information we need like
stored password hashes
- Contains all the information we need like
- Is stored by default in the
%SystemRoot%\NTDSfolder on all domain controllers
- Consists of the
Logical
AD DS Schema(rule book / blueprint)- Defines every type of object that can be stored in the directory
Domains- Used to group and manage
objects(computers, users, etc.) in an organization
- Used to group and manage
Trees- A hierarchy of
domainsinAD DS - Share a contiguous namespace with the parent
domain - Default: a two-way transitive trust with the other
domains
- A hierarchy of
Forests- A collection of one or more
domain trees - Share a common schema, config partition, global catalog to enable searching
- Enable trust between all
domainsin the forest - Share the
Enterprise Admins&Schema Adminsgroups ⚠️
- A collection of one or more
Organizational Units (OUs)- AD containers that can contain users, groups, computers, and other OUs.
- Apply policies
Trusts- Provide a mechanism for users to gain access to resources in another domain

Objects
PEH notes - Active Directory 1
https://fzfstormz.github.io/posts/peh-notes/peh-notes---active-directory-1/
