๐ก๏ธ 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 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 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://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.- Set
StatustoOnforStorage.- Select
Save.From Azure CLIโ
Ensure the output of the below command is
Standard:az security pricing create -n StorageAccounts --tier 'standard'From PowerShellโ
Set-AzSecurityPricing -Name 'StorageAccounts' -PricingTier 'Standard'