๐ก๏ธ 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 with categories
- ๐ข Policy with type
- ๐ข Production policy
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logicโ
- ๐ง prod.logic.yaml๐ข
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://docs.microsoft.com/en-us/azure/security-center/security-center-detection-capabilities
- https://docs.microsoft.com/en-us/rest/api/securitycenter/pricings/list
- https://docs.microsoft.com/en-us/rest/api/securitycenter/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 'Standard'From PowerShellโ
Enable Standard pricing tier for Key Vault:
Set-AzSecurityPricing -Name 'KeyVaults' -PricingTier 'Standard'