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β
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
forStorage
.
From Azure CLIβ
Ensure the output of the below command is Standard
:
az security pricing show -n StorageAccounts
From PowerShellβ
Get-AzSecurityPricing -Name 'StorageAccounts' | Select-Object Name,PricingTier
Ensure output for Name PricingTier
is StorageAccounts Standard
.
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.
- Policy ID: 308fbb08-4ab8-4e67-9b29-592e93fb94fa - Name:
Microsoft Defender for Storage (Classic) should be enabled
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
- https://docs.microsoft.com/en-us/powershell/module/az.security/get-azsecuritypricing
- https://learn.microsoft.com/en-us/security/benchmark/azure/mcsb-logging-threat-detection#lt-1-enable-threat-detection-capabilities