🛡️ Azure Subscription Microsoft Defender For Storage is not set to On🟢
- Contextual name: 🛡️ Microsoft Defender For Storage is not set to On🟢
- ID:
/ce/ca/azure/subscription/microsoft-defender-for-storage - Tags:
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logic
Similar Policies
- Cloud Conformity: Enable Microsoft Defender for Cloud for Storage Accounts
- Internal:
dec-x-8535d1ff
Similar Internal Rules
| Rule | Policies | Flags |
|---|---|---|
| ✉️ dec-x-8535d1ff | 1 |
Description
Description
Turning on Microsoft Defender for Storage enables threat detection for Storage, providing threat intelligence, anomaly detection, and behavior analytics in the Microsoft Defender for Cloud.
Rationale
Enabling Microsoft Defender for Storage allows for greater defense-in-depth, with threat detection provided by the Microsoft Security Response Center (MSRC).
Impact
Turning on Microsoft Defender for Storage incurs an additional cost per resource.
Audit
This policy flags an Azure Subscription as
INCOMPLIANTif the relatedAzure Defender Planfor Storage Accounts has itsPricing Tierset to Free.A Subscription is also marked as
INCOMPLIANTif theDefender Planfor Storage Accounts 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.- Set
StatustoOnforStorage.- Select
Save.From Azure CLI
Ensure the output of the below command is
Standard:az security pricing create \
-n StorageAccounts \
--tier StandardFrom PowerShell
Set-AzSecurityPricing `
-Name "StorageAccounts" `
-PricingTier "Standard"