204 words
1 minutes
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#

  1. 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
  2. AD DS
    • Consists of the NTDS.dit file (very important file ⚠️)
      • Contains all the information we need like stored password hashes
    • Is stored by default in the %SystemRoot%\NTDS folder on all domain controllers

Logical#

  1. AD DS Schema (rule book / blueprint)

    • Defines every type of object that can be stored in the directory
  2. Domains

    • Used to group and manage objects (computers, users, etc.) in an organization
  3. Trees

    • A hierarchy of domains in AD DS
    • Share a contiguous namespace with the parent domain
    • Default: a two-way transitive trust with the other domains
  4. Forests

    • A collection of one or more domain trees
    • Share a common schema, config partition, global catalog to enable searching
    • Enable trust between all domains in the forest
    • Share the Enterprise Admins & Schema Admins groups ⚠️
  5. Organizational Units (OUs)

    • AD containers that can contain users, groups, computers, and other OUs.
    • Apply policies
  6. Trusts

    • Provide a mechanism for users to gain access to resources in another domain

    image.png

  7. Objects

    image.png

PEH notes - Active Directory 1
https://fzfstormz.github.io/posts/peh-notes/peh-notes---active-directory-1/
Author
Meitoka
Published at
2024-12-10