Attacking Key Vaults
While owning users and devices in AAD environments, it's good practice to look out for permissions like
To list the key vaults we have access to we use
If we have the right permissions we can also list the keys and secrets stored in the vaults:
keys are usually stored at
https://<keyvault_name>.vault.azure.net/keys/<key_name>
secrets are usually stored at
https://<keyvault_name>.vault.azure.ner/secrets/<secret_name>
If we compromised a user that can change the access policy for a vault we can delegate permissions to other users
Last updated