| reviewed | 2023-02-19 |
|---|---|
| severity | Critical |
| pillar | Security |
| category | SE:10 Monitoring and threat detection |
| resource | Microsoft Defender for Cloud |
| resourceType | Microsoft.Security/pricings |
| online version | https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.Defender.KeyVault/ |
Enable Microsoft Defender for Key Vault.
Microsoft Defender for Key Vault provides additional protection for keys and secrets stored in Key Vaults. It does this by detecting unusual and potentially harmful attempts to access or exploit Key Vault accounts. This protection is provided by analyzing telemetry from Key Vault and Microsoft Defender for Cloud.
When anomalous activities occur, Defender for Key Vault shows alerts to relevant members of your organization. These alerts include the details of the suspicious activity and recommendations on how to investigate and remediate threats.
Microsoft Defender for Key Vault can be enabled at the subscription level for all Key Vaults in the subscription. Azure Policy can be used to automatically enable Microsoft Defender for Key Vault a subscription.
Consider using Microsoft Defender for Key Vault to provide additional protection to Key Vaults.
To enable Microsoft Defender for Key Vault:
- Set the
Standardpricing tier for Microsoft Defender for Key Vault.
For example:
{
"type": "Microsoft.Security/pricings",
"apiVersion": "2024-01-01",
"name": "KeyVaults",
"properties": {
"pricingTier": "Standard"
}
}To enable Microsoft Defender for Key Vault:
- Set the
Standardpricing tier for Microsoft Defender for Key Vault.
For example:
resource defenderForKeyVaults 'Microsoft.Security/pricings@2024-01-01' = {
name: 'KeyVaults'
properties: {
pricingTier: 'Standard'
}
}To enable Microsoft Defender for Key Vault:
- Set the
Standardpricing tier for Microsoft Defender for Key Vault.
For example:
az security pricing create -n 'KeyVaults' --tier 'standard'To enable Microsoft Defender for Key Vault:
- Set the
Standardpricing tier for Microsoft Defender for Key Vault.
For example:
Set-AzSecurityPricing -Name 'KeyVaults' -PricingTier 'Standard'- SE:10 Monitoring and threat detection
- What is Microsoft Defender for Cloud?
- Overview of Microsoft Defender for Key Vault
- Quickstart: Enable enhanced security features
- Azure security baseline for Key Vault
- LT-1: Enable threat detection capabilities
- Azure Policy built-in policy definitions
- Azure deployment reference