π 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
- Located in: π Azure Subscription
Flagsβ
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
Our Metadataβ
- Policy Type:
COMPLIANCE_POLICY
- Policy Category:
SECURITY
Similar Policiesβ
- Cloud Conformity
- Internal
dec-x-1a2f6279
Similar Internal Rulesβ
Rule | Policies | Flags |
---|---|---|
βοΈ dec-x-1a2f6279 | 1 |
Logicβ
- π§ prod.logic.yaml π’
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β
From Azure Portalβ
- Go to
Microsoft Defender for Cloud
.- Under
Management
, selectEnvironment Settings
.- Click on the subscription name.
- Select the
Defender plans
blade.- Ensure
Status
is set toOn
forKey Vault
.From Azure CLIβ
Ensure the output of the below command is
Standard
:az security pricing show -n 'KeyVaults' --query 'PricingTier'
From PowerShellβ
Get-AzSecurityPricing -Name 'KeyVaults' | Select-Object Name,PricingTier
Ensure output for
PricingTier
isStandard
.From Azure Policyβ
If referencing a digital copy of this Benchmark, clicking a Policy ID will open a link to the associated Policy definition in Azure.
... 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 plans
blade.- Select
On
underStatus
forKey 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'