Az - Key Vault Post Exploitation
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Azure Key Vault
For more information about this service check:
Az - Key VaultMicrosoft.KeyVault/vaults/secrets/getSecret/action
This permission will allow a principal to read the secret value of secrets:
Microsoft.KeyVault/vaults/certificates/purge/action
This permission allows a principal to permanently delete a certificate from the vault.
Microsoft.KeyVault/vaults/keys/encrypt/action
This permission allows a principal to encrypt data using a key stored in the vault.
Microsoft.KeyVault/vaults/keys/decrypt/action
This permission allows a principal to decrypt data using a key stored in the vault.
Microsoft.KeyVault/vaults/keys/purge/action
This permission allows a principal to permanently delete a key from the vault.
Microsoft.KeyVault/vaults/secrets/purge/action
This permission allows a principal to permanently delete a secret from the vault.
Microsoft.KeyVault/vaults/secrets/setSecret/action
This permission allows a principal to create or update a secret in the vault.
Microsoft.KeyVault/vaults/certificates/delete
This permission allows a principal to delete a certificate from the vault. The certificate is moved to the "soft-delete" state, where it can be recovered unless purged.
Microsoft.KeyVault/vaults/keys/delete
This permission allows a principal to delete a key from the vault. The key is moved to the "soft-delete" state, where it can be recovered unless purged.
Microsoft.KeyVault/vaults/secrets/delete
This permission allows a principal to delete a secret from the vault. The secret is moved to the "soft-delete" state, where it can be recovered unless purged.
Microsoft.KeyVault/vaults/secrets/restore/action
This permission allows a principal to restore a secret from a backup.
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Last updated