Az - Management Groups, Subscriptions & Resource Groups

Tip

Lerne & übe AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Lerne & übe GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Lerne & übe Az Hacking: HackTricks Training Azure Red Team Expert (AzRTE)

Unterstütze HackTricks

Management Groups

Weitere Informationen zu Management Groups finden Sie in:

Az - Basic Information

Enumeration

# List
az account management-group list
# Get details and management groups and subscriptions that are children
az account management-group show --name <name> --expand --recurse

Abonnements

Weitere Informationen zu Abonnements finden Sie in:

Az - Basic Information

Aufzählung

# List all subscriptions
az account list --output table
# Get details
az account management-group subscription show --name <management group> --subscription <subscription>

Ressourcengruppen

Weitere Informationen zu Ressourcengruppen finden Sie in:

Az - Basic Information

Aufzählung

# List all resource groups
az group list
# Get resource groups of specific subscription
az group list --subscription "<subscription>" --output table

Tip

Lerne & übe AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Lerne & übe GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Lerne & übe Az Hacking: HackTricks Training Azure Red Team Expert (AzRTE)

Unterstütze HackTricks