Description
Turning on Microsoft Defender for Servers enables threat detection for Servers, providing threat intelligence, anomaly detection, and behavior analytics in the Microsoft Defender for Cloud.
Rationaleβ
Enabling Microsoft Defender for Servers allows for greater defense-in-depth, with threat detection provided by the Microsoft Security Response Center (MSRC).
Impactβ
Turning on Microsoft Defender for Servers in Microsoft Defender for Cloud incurs an additional cost per resource.
Two Defender for Servers plans exist:
- Plan 1: Subscription only
- Plan 2: Subscription and workspace
Auditβ
From Azure Portalβ
- Go to
Microsoft Defender for Cloud
. - Under
Management
, selectEnvironment Settings
. - Click on the subscription name.
- Select
Defender plans
in the left pane. - Under
Cloud Workload Protection (CWP)
, locateServer
in the Plan column, ensure Status is set toOn
.
From Azure CLIβ
Run the following command:
az security pricing show -n VirtualMachines --query pricingTier
If the tenant is licensed and enabled, the output should indicate Standard
.
From PowerShellβ
Run the following command:
Get-AzSecurityPricing -Name 'VirtualMachines' |Select-Object Name,PricingTier
If the tenant is licensed and enabled, the PricingTier
parameter will indicate 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: 4da35fc9-c9e7-4960-aec9-797fe7d9051d - Name:
Azure Defender for servers should be enabled
Default Valueβ
By default, Microsoft Defender plan is off
.
Referencesβ
- https://learn.microsoft.com/en-us/azure/defender-for-cloud/plan-defender-for-servers
- https://learn.microsoft.com/en-us/rest/api/defenderforcloud/pricings/list?view=rest-defenderforcloud-2024-01-01&tabs=HTTP
- https://learn.microsoft.com/en-us/rest/api/defenderforcloud/pricings/update?view=rest-defenderforcloud-2024-01-01&tabs=HTTP
- https://learn.microsoft.com/en-us/powershell/module/az.security/get-azsecuritypricing?view=azps-12.2.0
- https://learn.microsoft.com/en-us/security/benchmark/azure/mcsb-endpoint-security#es-1-use-endpoint-detection-and-response-edr