AZ_PARENT_SUBSCRIPTION

Summary

FSProtect ACL Alias

AZ_PARENT_SUBSCRIPTION

Azure Alias

Contains / Member of Subscription

Affected Object Types

Resource Groups, VMs, Key Vaults, and all other ARM resources

Exploitation Certainty

Informational

Description

AZ_PARENT_SUBSCRIPTION represents that an Azure entity (Resource Group or resource) belongs to a specific Azure Subscription. This is a structural/containment edge that shows the top-level organizational hierarchy of Azure resources.

Subscriptions are the primary billing and access control boundary in Azure. Every Resource Group (and therefore every resource) exists within exactly one Subscription.

This edge is important for attack path analysis because:

  • RBAC role assignments inherit downward — a role assigned at the Subscription level applies to all Resource Groups and resources within that subscription.

  • An attacker with Contributor or Owner at the Subscription level gains access to everything in the subscription.

  • Subscription-level access is the broadest ARM scope (below Management Groups) and represents maximum blast radius.

The AZ_PARENT_SUBSCRIPTION relationship itself is not directly exploitable. It indicates containment for understanding scope of permissions and access control inheritance.

Identification

PowerShell (Az Module)

Azure GUI

  1. Open Azure PortalSubscriptions.

  2. Select the target Subscription.

  3. Go to Resources or Resource groups to view all contained entities.

Exploitation

There is no direct exploit for this edge. It represents a containment relationship.

However, understanding subscription membership is critical for:

Scenario
Impact

Compromised subscription-level role

All resources in the subscription are affected

Blast radius assessment

A single compromised identity with subscription Owner/Contributor controls everything

Privilege escalation planning

Subscription-level access is the most impactful ARM scope

Related Attack Paths:

References

Last updated

Was this helpful?