Defender for Containers should be enabled
High
Azure
General
defenderstatus-threat-protection-2
Microsoft Defender for Containers provides threat detection and security alerts
Applies to
Microsoft.Security/defenderStatus
What CGPulse checks
A resource passes this rule when plans.Containers must equal Standard. Anything else is reported as a finding with the evaluated property value attached as evidence.
How to fix it
Enable Defender for Containers to detect threats in container workloads. In Azure Portal: Microsoft Defender for Cloud > Environment settings > enable Containers plan. See: https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-containers-introduction
CLI
az security pricing create --name Containers --tier StandardTerraform
resource "azurerm_security_center_subscription_pricing" "containers" {
tier = "Standard"
resource_type = "Containers"
}
Compliance frameworks
Is your environment compliant with this rule?
CGPulse checks it — and 621 others — against your Azure and AWS accounts with read-only access.
Related Azure rules
- Action Group should be enabled
- Activity Log Alert should be enabled
- AKS cluster logs should be sent to Log Analytics
- AKS cluster must enable RBAC
- AKS cluster must enable RBAC
- AKS cluster should be a private cluster
- AKS cluster should disable local accounts
- AKS cluster should enable Azure RBAC for Kubernetes