🛡️ Azure Subscription Microsoft Defender For Key Vault is not set to On🟢
- Contextual name: 🛡️ Microsoft Defender For Key Vault is not set to On🟢
- ID:
/ce/ca/azure/subscription/microsoft-defender-for-key-vault - Tags:
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logic
Similar Policies
- Cloud Conformity: Enable Microsoft Defender for Cloud for Key Vaults
- Internal:
dec-x-1a2f6279
Similar Internal Rules
| Rule | Policies | Flags |
|---|---|---|
| ✉️ dec-x-1a2f6279 | 1 |
Description
Description
Turning on Microsoft Defender for Key Vault enables threat detection for Key Vault, providing threat intelligence, anomaly detection, and behavior analytics in the Microsoft Defender for Cloud.
Rationale
Enabling Microsoft Defender for Key Vault allows for greater defense-in-depth, with threat detection provided by the Microsoft Security Response Center (MSRC).
Impact
Turning on Microsoft Defender for Key Vault incurs an additional cost per resource.
Audit
This policy flags an Azure Subscription as
INCOMPLIANTif the relatedAzure Defender Planfor Key Vaults has itsPricing Tierset to Free.A Subscription is also marked as
INCOMPLIANTif theDefender Planfor Key Vaults does not exist in the CMDB.Default Value
By default, Microsoft Defender plan is
off.References
- https://learn.microsoft.com/en-us/azure/defender-for-cloud/alerts-overview
- https://learn.microsoft.com/en-us/rest/api/defenderforcloud/pricings/list
- https://learn.microsoft.com/en-us/rest/api/defenderforcloud/pricings/update
... see more
Remediation
Remediation
From Azure Portal
- Go to
Microsoft Defender for Cloud.- Under
Management, selectEnvironment Settings.- Click on the subscription name.
- Select the
Defender plansblade.- Select
OnunderStatusforKey Vault.- Select
Save.From Azure CLI
Enable Standard pricing tier for Key Vault:
az security pricing create \
-n KeyVaults \
--tier StandardFrom PowerShell
Enable Standard pricing tier for Key Vault:
Set-AzSecurityPricing `
-Name "KeyVaults" `
-PricingTier "Standard"