configuring-active-directory-tiered-model

Audit Active Directory tier separation and PAW compliance via LDAP.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Acczdy/MoZiSec --skill configuring-active-directory-tiered-model
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configuring-active-directory-tiered-model
Source: https://github.com/Acczdy/MoZiSec/tree/main/iam/.claude/skills/configuring-active-directory-tiered-model
Command: npx skills add https://github.com/Acczdy/MoZiSec --skill configuring-active-directory-tiered-model

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ldap3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Implement ESAE tiered administration for Active Directory to reduce credential theft risk and enforce strict separation between tiers.

Core Features & Use Cases

  • Enforces Tier 0/1/2 separation concepts (domain controllers, servers, workstations) and PAWs within Active Directory environments.
  • Provides automated audit and compliance reporting to identify cross-tier privilege risks and alignment with NIST 800-53 controls.
  • Generates actionable runbooks and documentation to support security architecture reviews and governance.

Quick Start

Run the AD Tiered Model Audit Agent using your domain controller IP, domain name, and credentials to generate an initial audit report.

Frequently Asked Questions about configuring-active-directory-tiered-model

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Active Directory ESAE tiering and identify cross-tier privilege risks?

Auditing Active Directory ESAE tiering involves enumerating Tier 0, 1, and 2 assets alongside privileged groups via LDAP queries to verify tier separation and detect cross-tier privilege risks.

What is the ESAE tiered model in Active Directory and when do I need it?

The ESAE tiered model separates Active Directory administration into Tier 0, 1, and 2 layers to reduce credential theft risk, requiring implementation when strict separation between domain controllers, servers, and workstations is mandated.

Can I automate PAW deployment compliance checks for my domain controllers?

Yes, PAW deployment compliance checks can be automated by querying LDAP with ldap3 to parse group memberships and user accounts, automatically exposing findings suitable for risk dashboards and compliance reporting.

Do I need domain controller credentials and a domain name to run an AD tiering audit?

Yes, running an AD tiering audit requires your domain controller IP, domain name, and valid credentials to authenticate via LDAP and successfully generate the initial audit report.

How does Active Directory tiering map to NIST 800-53 compliance controls?

Active Directory tiering maps to NIST 800-53 controls by enforcing strict Tier 0, 1, and 2 separation, providing automated compliance reporting that identifies configuration risks and governance gaps.

What are the limitations of using ldap3 for Active Directory tiered model risk assessments?

Using ldap3 for Active Directory tiered model risk assessments limits you to LDAP-based enumeration of group memberships and user accounts, relying on accurate directory configurations to expose findings without actively blocking threats.