Ensure That Microsoft Defender for Azure Cosmos DB Is Set To 'On'

Microsoft Defender for Azure Cosmos DB scans all incoming network requests for threats to your Azure Cosmos DB resources.

Risk Level: High
Cloud Entity: Defender Plans
CloudGuard Rule ID: D9.AZU.MON.78
Covered by Spectral: No
Category: Security Center

GSL LOGIC

DefenderPlans where name='CosmosDbs' should have properties.pricingTier='Standard'

REMEDIATION

From Portal

  1. Go to 'Microsoft Defender for Cloud'.
  2. Click on 'Environment Settings' blade.
  3. Click on the subscription name.
  4. Select the Defender plans blade.
  5. On the Database row click on Select types >.
  6. Set the radio button next to 'Azure Cosmos DB' is set to On.
  7. Click Continue and Save.

From TF
Set the 'tier' and 'resource_type' arguments under 'azurerm_security_center_subscription_pricing' as below:

resource "azurerm_security_center_subscription_pricing" "example" {
	...
	tier    = "Standard"
	resource_type = "CosmosDbs"
	...
}

From Command Line

Use the below command to enable Azure Defender for Cosmos Dbs
Run

az security pricing create -n 'CosmosDbs' --tier 'Standard'

References

  1. https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-resource-manager-introduction
  2. https://learn.microsoft.com/en-us/cli/azure/security/pricing?view=azure-cli-latest
  3. https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/security_center_subscription_pricing

Defender Plans

The Defender plans of Microsoft Defender for Cloud offer comprehensive defenses for the compute, data, and service layers of your environment

Compliance Frameworks

  • Azure CIS Foundations v. 1.5.0
  • Azure CIS Foundations v.2.0
  • Azure CloudGuard Best Practices
  • Azure NIST 800-53 Rev 5
  • CloudGuard Azure All Rules Ruleset