Subscribe to the Non-Human & AI Identity Journal

Active Directory ACL

An access control list in Active Directory defines which principals can read, modify, delegate, or administer directory objects. In practice, ACLs become a governance problem when inherited or temporary rights outlive their intended purpose and can be converted into escalation paths.

Expanded Definition

An active directory ACL is the authorization layer that determines which security principals can read, write, delegate, reset, or administer directory objects. In NHI security, those principals often include service accounts, groups, computer objects, and delegated admin roles, so the ACL becomes a control plane for both routine administration and escalation risk.

Definitions vary across vendors when ACLs are discussed alongside inheritance, effective permissions, and object ownership, but the core idea is consistent: an ACL is only as safe as the rights it grants and the lifecycle discipline around those rights. In practice, the risk is not the existence of permissions, but the accumulation of stale delegation, inherited access, and undocumented exceptions. That is why NHI governance often treats ACL review as part of privilege hygiene, not just directory administration, and why it maps naturally to the NIST Cybersecurity Framework 2.0 around access control and continuous monitoring.

The most common misapplication is assuming an ACL is harmless because it was originally temporary, which occurs when inherited rights, nested groups, or old delegation entries are never revalidated.

Examples and Use Cases

Implementing Active Directory ACLs rigorously often introduces administrative overhead, requiring organisations to weigh granular control against the cost of continuous review and exception handling.

  • A service account is granted read access to a specific OU for an application, but the ACL is later left in place after the application is retired.
  • A helpdesk group receives delegated password reset rights for a subset of users, then inherits broader object control through nested group membership.
  • An admin ACL permits write access to a GPO-linked object, creating a path that can be chained into broader domain changes when misconfigured.
  • A security team reviews ACL drift after an incident and traces the escalation path through stale permissions that were never removed during offboarding.
  • An investigation into credential misuse is paired with directory evidence from the Cisco Active Directory credentials breach, showing how directory rights can amplify stolen access.

These patterns align with broader identity governance guidance in the NIST Cybersecurity Framework 2.0, especially where access boundaries must remain reviewable and least privilege must be preserved over time.

Why It Matters in NHI Security

Active Directory ACLs matter because they often become the hidden route from ordinary directory access to high-impact compromise. A single excessive ACE can let an attacker or overprivileged automation account modify group membership, change ownership, or gain delegated control that bypasses other safeguards. This is especially important in NHI environments where service accounts, scripts, and integrations frequently operate with long-lived rights that are rarely revisited.

NHI Mgmt Group reports that 97% of NHIs carry excessive privileges, a signal that privilege accumulation is the norm rather than the exception in many environments. That makes ACL review a practical security control, not a theoretical one, and it reinforces the need to connect directory permissions to lifecycle governance, monitoring, and offboarding discipline. The same problem often appears in investigations after access has already been abused, when teams discover that inherited rights outlived the business need and silently expanded the blast radius.

Organisations typically encounter the consequences only after a privilege escalation, at which point ACL cleanup becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-02 ACL sprawl maps to excessive privilege and delegated access risk in NHI environments.
NIST CSF 2.0 PR.AC-4 Access permissions governance applies directly to directory object control and least privilege.
NIST Zero Trust (SP 800-207) AC-4 Zero Trust requires explicit, least-privilege authorization for every directory action.

Treat each ACL entry as an explicit trust decision and remove inherited or standing privilege where possible.