AZ_PARENT_AU

Summary

FSProtect ACL Alias

AZ_PARENT_AU

Entra ID (Azure AD) Alias

Administrative Unit Member

Affected Object Types

Users, Groups, Devices

Exploitation Certainty

Unlikely

Description

AZ_PARENT_AU represents that an object (user, group, or device) belongs to a specific Microsoft Entra ID Administrative Unit. This edge shows the relationship where Object X is a member of Administrative Unit Y.

Administrative Units (AUs) in Microsoft Entra ID provide a way to delegate administrative permissions over a subset of directory objects. They function similarly to Organizational Units (OUs) in Active Directory, allowing organizations to:

  • Segment administration by department, region, or business unit.

  • Delegate specific directory roles to administrators scoped to only the AU members.

  • Apply administrative boundaries without affecting the overall tenant structure.

However, the AZ_PARENT_AU relationship itself does not represent a direct exploitable permission. It indicates which Administrative Unit an object belongs to, which is important for understanding:

  • The scope of delegated administration permissions.

  • Which administrators have authority over specific objects.

  • The administrative boundary structure within the tenant.

Identification

You can identify objects and their parent Administrative Units with these scripts.

Exploitation

circle-info

There is no practical exploit path for this edge. It indicates which Administrative Unit an object belongs to but does not allow creation, modification, or deletion of any objects.

However, understanding AU membership is valuable for attackers performing reconnaissance because:

  • It reveals which administrators have delegated authority over specific users/groups.

  • It can identify high-value targets within specific administrative boundaries.

  • It helps map the organizational structure for targeted attacks.

Mitigation

circle-check

Detection

Changes to Administrative Unit membership can be detected through Microsoft Entra audit logs:

Event Type
Operation
Description

AuditLog

Add member to administrative unit

A user, group, or device was added to an AU

AuditLog

Remove member from administrative unit

A user, group, or device was removed from an AU

AuditLog

Add scoped role member to administrative unit

A role assignment was scoped to an AU

References

  • https://learn.microsoft.com/en-us/entra/identity/role-based-access-control/administrative-units

  • https://learn.microsoft.com/en-us/graph/api/resources/administrativeunit

  • https://learn.microsoft.com/en-us/entra/identity/role-based-access-control/admin-units-restricted-management

  • https://learn.microsoft.com/en-us/graph/api/administrativeunit-list-members

Was this helpful?