Microsoft Defender Antivirus Security Technical Implementation Guide - V2R6

  • Version/Release: V2R6
  • Published: 2025-09-25
  • Released: 2025-09-24
  • Expand All:
  • Severity:
  • Sort:
Compare

Select any two versions of this STIG to compare the individual requirements

View

Select any old version/release of this STIG to view the previous requirements

This Security Technical Implementation Guide is published as a tool to improve the security of Department of Defense (DoD) information systems. The requirements are derived from the National Institute of Standards and Technology (NIST) 800-53 and related documents. Comments or proposed revisions to this document should be sent via email to the following address: disa.stig_spt@mail.mil.
c
Microsoft Defender AV must be configured to block the Potentially Unwanted Application (PUA) feature.
SI-3 - High - CCI-001243 - V-213426 - SV-213426r961197_rule
RMF Control
SI-3
Severity
High
CCI
CCI-001243
Version
WNDF-AV-000001
Vuln IDs
  • V-213426
  • V-75147
Rule IDs
  • SV-213426r961197_rule
  • SV-89827
After enabling this feature, PUA protection blocking takes effect on endpoint clients after the next signature update or computer restart. Signature updates take place daily under typical circumstances. PUA will be blocked and automatically quarantined.
Checks: C-14651r820126_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> "Configure detection for potentially unwanted applications" is set to "Enabled" and "Block". Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender If the value "PUAProtection" does not exist, this is a finding. If the value "PUAProtection" is REG_DWORD = 1, this is not a finding.

Fix: F-14649r823023_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> "Configure Detection for Potentially Unwanted Applications" to "Enabled" and "Block".

b
Microsoft Defender AV must be configured to automatically take action on all detected tasks.
SI-3 - Medium - CCI-001243 - V-213427 - SV-213427r961197_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001243
Version
WNDF-AV-000003
Vuln IDs
  • V-213427
  • V-75151
Rule IDs
  • SV-213427r961197_rule
  • SV-89831
This policy setting allows Microsoft Defender configuration to automatically take action on all detected threats. The action to be taken on a particular threat is determined by the combination of the policy-defined action user-defined action and the signature-defined action. If this policy setting is enabled, Microsoft Defender does not automatically take action on the detected threats but prompts users to choose from the actions available for each threat. If this policy setting is disabled or not configured, Microsoft Defender automatically takes action on all detected threats after a nonconfigurable delay of approximately five seconds.
Checks: C-14652r820128_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> "Turn off routine remediation" is set to "Disabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender Criteria: If the value "DisableRoutinelyTakingAction" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14650r823025_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> "Turn off routine remediation" to "Disabled" or "Not Configured".

c
Microsoft Defender AV must be configured to run and scan for malware and other potentially unwanted software.
SI-3 - High - CCI-001242 - V-213428 - SV-213428r961194_rule
RMF Control
SI-3
Severity
High
CCI
CCI-001242
Version
WNDF-AV-000004
Vuln IDs
  • V-213428
  • V-75153
Rule IDs
  • SV-213428r961194_rule
  • SV-89833
This policy setting turns off Microsoft Defender Antivirus. If this policy setting is enabled, Microsoft Defender Antivirus does not run and computers are not scanned for malware or other potentially unwanted software. When the setting is disabled and a third-party antivirus solution is installed, the two applications can both simultaneously try to protect the system. The two AV solutions both attempt to quarantine the same threat and will fight for access to delete the file. Users will see conflicts and the system may lock up until the two solutions finish processing. When the setting is not configured and a third-party antivirus solution is installed, both applications coexist on the system without conflicts. Defender Antivirus will automatically disable itself and will enable if the third-party solution stops functioning. When the setting is not configured and Defender Antivirus is the only AV solution, Defender AV will run (default state) and receive definition updates. An administrator account is needed to turn off the service. A standard user cannot disable the service.
Checks: C-14653r820131_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> "Turn off Windows Defender Antivirus" is set to “Not Configured”. For Windows 10: Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender Criteria: If the value "DisableAntiSpyware" does not exist, this is not a finding.

Fix: F-14651r823027_fix

For Windows 10: Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus "Turn off Microsoft Defender Antivirus" to "Not Configured".

b
Microsoft Defender AV must be configured to not exclude files for scanning.
SI-3 - Medium - CCI-001242 - V-213429 - SV-213429r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000005
Vuln IDs
  • V-213429
  • V-75155
Rule IDs
  • SV-213429r961194_rule
  • SV-89835
This policy setting allows disabling of scheduled and real-time scanning for files under the paths specified or for the fully qualified resources specified. Paths should be added under the Options for this setting. Each entry must be listed as a name value pair where the name should be a string representation of a path or a fully qualified resource name. As an example, a path might be defined as: "c:\Windows" to exclude all files in this directory. A fully qualified resource name might be defined as: "C:\Windows\App.exe". The value is not used and it is recommended that this be set to 0. Exceptions can be made to allow file/folders that are impacting enterprise applications to be excluded from being scanned. All exclusions should be documented and approved.
Checks: C-14654r820134_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Exclusions >> "Path Exclusions" is set to "Disabled" or "Not Configured. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Exclusions Criteria: If the value "Exclusions_Paths" does not exist, this is not a finding.

Fix: F-14652r823029_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Exclusions >> "Path Exclusions" to "Disabled" or "Not Configured".

b
Microsoft Defender AV must be configured to not exclude files opened by specified processes.
SI-3 - Medium - CCI-001242 - V-213430 - SV-213430r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000006
Vuln IDs
  • V-213430
  • V-75157
Rule IDs
  • SV-213430r961194_rule
  • SV-89837
This policy setting allows the disabling of scheduled and real-time scanning for any file opened by any of the specified processes. The process itself will not be excluded. To exclude the process, use the Path exclusion. Processes should be added under the options for this setting. Each entry must be listed as a name value pair where the name should be a string representation of the path to the process image. Note that only executables can be excluded. For example, a process might be defined as: "c:\windows\app.exe". The value is not used and it is recommended that this be set to 0.
Checks: C-14655r820137_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Exclusions >> "Process Exclusions" is set to "Disabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Exclusions Criteria: If the value "Exclusions_Processes" does not exist, this is not a finding.

Fix: F-14653r823031_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Exclusions >> "Process Exclusions" to "Disabled" or "Not Configured".

b
Microsoft Defender AV must be configured to enable the Automatic Exclusions feature.
SI-3 - Medium - CCI-001242 - V-213431 - SV-213431r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000007
Vuln IDs
  • V-213431
  • V-75159
Rule IDs
  • SV-213431r961194_rule
  • SV-89839
This setting allows an administrator to specify if Automatic Exclusions feature for Server SKUs should be turned off.
Checks: C-14656r820140_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Exclusions >> "Turn off Auto Exclusions" is set to "Disabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Exclusions Criteria: If the value "DisableAutoExclusions" is REG_DWORD = 0, this is not a finding.

Fix: F-14654r823033_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Exclusions >> "Turn off Auto Exclusions" to "Disabled".

b
Microsoft Defender AV must be configured to disable local setting override for reporting to Microsoft MAPS.
SC-18 - Medium - CCI-001170 - V-213432 - SV-213432r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000008
Vuln IDs
  • V-213432
  • V-75161
Rule IDs
  • SV-213432r961092_rule
  • SV-89841
This policy setting configures a local override for the configuration to join Microsoft MAPS. This setting can only be set by Group Policy. If this setting is enabled, the local preference setting will take priority over Group Policy. If this setting is disabled or not configured, Group Policy will take priority over the local preference setting.
Checks: C-14657r820143_chk

This is applicable to unclassified systems. For other systems this is NA. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MAPS >> "Configure local setting override for reporting to Microsoft MAPS" is set to "Disabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Spynet Criteria: If the value "LocalSettingOverrideSpynetReporting" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14655r823035_fix

This is applicable to unclassified systems. For other systems this is NA. Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MAPS >> "Configure local setting override for reporting to Microsoft MAPS" to "Disabled" or "Not Configured".

b
Microsoft Defender AV must be configured to check in real time with MAPS before content is run or accessed.
SI-3 - Medium - CCI-001242 - V-213433 - SV-213433r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000009
Vuln IDs
  • V-213433
  • V-75163
Rule IDs
  • SV-213433r961194_rule
  • SV-89843
This feature ensures the device checks in real time with the Microsoft Active Protection Service (MAPS) before allowing certain content to be run or accessed. If this feature is disabled, the check will not occur, which will lower the protection state of the device. Enabled - The Block at First Sight setting is turned on. Disabled - The Block at First Sight setting is turned off. This feature requires these Group Policy settings to be set as follows: MAPS >> The "Join Microsoft MAPS" must be enabled or the "Block at First Sight" feature will not function. MAPS >> The "Send file samples when further analysis is required" should be set to 1 (Send safe samples) or 3 (Send all samples). Setting to 0 (Always Prompt) will lower the protection state of the device. Setting to 2 (Never send) means the "Block at First Sight" feature will not function. Real-time Protection >> The "Scan all downloaded files and attachments" policy must be enabled or the "Block at First Sight" feature will not function. Real-time Protection >> Do not enable the "Turn off real-time protection" policy or the "Block at First Sight" feature will not function.
Checks: C-14658r820146_chk

This is applicable to unclassified systems. For other systems this is NA. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MAPS >> "Configure the 'Block at First Sight' feature" is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Spynet Criteria: If the value "DisableBlockAtFirstSeen" is REG_DWORD = 0, this is not a finding.

Fix: F-14656r823037_fix

This is applicable to unclassified systems. For other systems this is NA. Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MAPS >> "Configure the 'Block at First Sight' feature" to "Enabled".

b
Microsoft Defender AV must join Microsoft MAPS.
SC-18 - Medium - CCI-001170 - V-213434 - SV-213434r1134051_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000010
Vuln IDs
  • V-213434
  • V-75167
Rule IDs
  • SV-213434r1134051_rule
  • SV-89847
This policy setting allows joining Microsoft MAPS. Microsoft MAPS is the online community that helps in choosing how to respond to potential threats. The community also helps stop the spread of new malicious software infections. You can choose to send basic or additional information about detected software. Additional information helps Microsoft create new definitions and protect your computer. This information can include things like location of detected items on your computer if harmful software was removed. The information will be automatically collected and sent. In some instances personal information might unintentionally be sent to Microsoft. However Microsoft will not use this information to identify you or contact you. Possible options are: (0x0) Disabled (default) (0x1) Basic membership (0x2) Advanced membership Basic membership will send basic information to Microsoft about software that has been detected, including where the software came from, the actions that you apply or that are applied automatically, and whether the actions were successful. Advanced membership will send, in addition to basic information, more information to Microsoft about malicious software spyware and potentially unwanted software, including the location of the software file names, how the software operates, and how it has impacted your computer. If this setting is enabled, you will join Microsoft MAPS with the membership specified. If this setting is disabled or do not configured, you will not join Microsoft MAPS. In Windows 10, Basic membership is no longer available, so setting the value to 1 or 2 enrolls the device into Advanced membership.
Checks: C-14659r1133628_chk

This is applicable to unclassified systems. For other systems, this is Not Applicable. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MAPS >> "Join Microsoft MAPS" is set to "Enabled" and "Advanced MAPS" is selected from the drop-down box. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Spynet Criteria: If the value "SpynetReporting" is REG_DWORD = 1, or REG_DWORD = 2, this is not a finding.

Fix: F-14657r1133629_fix

This is applicable to unclassified systems. For other systems this is Not Applicable. Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MAPS >> "Join Microsoft MAPS" to "Enabled" and select "Basic MAPS" or "Advanced MAPS" from the drop-down box.

b
Microsoft Defender AV must be configured to only send safe samples for MAPS telemetry.
SC-18 - Medium - CCI-001170 - V-213435 - SV-213435r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000011
Vuln IDs
  • V-213435
  • V-75207
Rule IDs
  • SV-213435r961092_rule
  • SV-89887
This policy setting configures behavior of samples submission when opt-in for MAPS telemetry is set. Possible options are: (0x0) Always prompt (0x1) Send safe samples automatically (0x2) Never send (0x3) Send all samples automatically
Checks: C-14660r820152_chk

This is applicable to unclassified systems. For other systems this is NA. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MAPS >> "Send file samples when further analysis is required" is set to "Enabled" and "Send safe samples" is selected from the drop-down box. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Spynet Criteria: If the value "SubmitSamplesConsent" is REG_DWORD = 1, this is not a finding.

Fix: F-14658r823041_fix

This is applicable to unclassified systems. For other systems this is NA. Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MAPS >> "Send file samples when further analysis is required" to "Enabled" and select "Send safe samples" from the drop-down box.

b
Microsoft Defender AV must be configured for protocol recognition for network protection.
SI-3 - Medium - CCI-001242 - V-213436 - SV-213436r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000012
Vuln IDs
  • V-213436
  • V-75209
Rule IDs
  • SV-213436r961194_rule
  • SV-89889
This policy setting allows the configuration of protocol recognition for network protection against exploits of known vulnerabilities. If this setting is enabled or not configured, protocol recognition will be enabled. If this setting is disabled, protocol recognition will be disabled.
Checks: C-14661r820155_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Network Inspection System >> "Turn on protocol recognition" is set to "Enabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\NIS Criteria: If the value "DisableProtocolRecognition" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14659r823043_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Network Inspection System >> "Turn on protocol recognition" to "Enabled" or "Not Configured".

b
Microsoft Defender AV must be configured to not allow local override of monitoring for file and program activity.
SC-18 - Medium - CCI-001695 - V-213437 - SV-213437r960921_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001695
Version
WNDF-AV-000013
Vuln IDs
  • V-213437
  • V-75211
Rule IDs
  • SV-213437r960921_rule
  • SV-89891
This policy setting configures a local override for the configuration of monitoring for file and program activity on your computer. This setting can only be set by Group Policy. If this setting is enabled, the local preference setting will take priority over Group Policy. If this setting is disabled or not configured, Group Policy will take priority over the local preference setting.
Checks: C-14662r820158_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override for monitoring file and program activity on your computer" is set to "Disabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "LocalSettingOverrideDisableOnAccessProtection" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14660r823045_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override for monitoring file and program activity on your computer" to "Disabled" or "Not Configured".

b
Microsoft Defender AV must be configured to not allow override of monitoring for incoming and outgoing file activity.
SC-18 - Medium - CCI-001695 - V-213438 - SV-213438r960921_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001695
Version
WNDF-AV-000014
Vuln IDs
  • V-213438
  • V-75213
Rule IDs
  • SV-213438r960921_rule
  • SV-89893
This policy setting configures a local override for the configuration of monitoring for incoming and outgoing file activity. This setting can only be set by Group Policy. If this setting is enabled, the local preference setting will take priority over Group Policy. If this setting is disabled or not configured, Group Policy will take priority over the local preference setting.
Checks: C-14663r820161_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override for monitoring for incoming and outgoing file activity" is set to "Disabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "LocalSettingOverrideRealtimeScanDirection" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14661r823047_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override for monitoring for incoming and outgoing file activity" to "Disabled" or "Not Configured".

b
Microsoft Defender AV must be configured to not allow override of scanning for downloaded files and attachments.
SC-18 - Medium - CCI-001169 - V-213439 - SV-213439r961089_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001169
Version
WNDF-AV-000015
Vuln IDs
  • V-213439
  • V-75215
Rule IDs
  • SV-213439r961089_rule
  • SV-89895
This policy setting configures a local override for the configuration of scanning for all downloaded files and attachments. This setting can only be set by Group Policy. If this setting is enabled, the local preference setting will take priority over Group Policy. If this setting is disabled or not configured, Group Policy will take priority over the local preference setting.
Checks: C-14664r820164_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override for scanning all downloaded files and attachments" is set to "Disabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "LocalSettingOverrideDisableIOAVProtection" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14662r823049_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override for scanning all downloaded files and attachments" to "Disabled" or "Not Configured".

b
Microsoft Defender AV must be configured to not allow override of behavior monitoring.
SC-18 - Medium - CCI-001170 - V-213440 - SV-213440r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000016
Vuln IDs
  • V-213440
  • V-75217
Rule IDs
  • SV-213440r961092_rule
  • SV-89897
This policy setting configures a local override for the configuration of behavior monitoring. This setting can only be set by Group Policy. If this setting is enabled, the local preference setting will take priority over Group Policy. If this setting is disabled or not configured, Group Policy will take priority over the local preference setting.
Checks: C-14665r820167_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override for turn on behavior monitoring" is set to "Disabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "LocalSettingOverrideDisableBehaviorMonitoring" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14663r823051_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override for turn on behavior monitoring" to "Disabled" or "Not Configured".

b
Microsoft Defender AV Group Policy settings must take priority over the local preference settings.
SI-3 - Medium - CCI-001242 - V-213441 - SV-213441r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000017
Vuln IDs
  • V-213441
  • V-75219
Rule IDs
  • SV-213441r961194_rule
  • SV-89899
This policy setting configures a local override for the configuration to turn on real-time protection. This setting can only be set by Group Policy. If this setting is enabled, the local preference setting will take priority over Group Policy. If this setting is disabled or not configured, Group Policy will take priority over the local preference setting.
Checks: C-14666r820170_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override to turn on real-time protection" is set to "Disabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "LocalSettingOverrideDisableRealtimeMonitoring" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14664r823053_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure local setting override to turn on real-time protection" to "Disabled" or "Not Configured".

b
Microsoft Defender AV must monitor for incoming and outgoing files.
SI-3 - Medium - CCI-001242 - V-213442 - SV-213442r1144028_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000018
Vuln IDs
  • V-213442
  • V-75221
Rule IDs
  • SV-213442r1144028_rule
  • SV-89901
This policy setting allows the configuration of monitoring for incoming and outgoing files without having to turn off monitoring entirely. It is recommended for use on servers that have a lot of incoming and outgoing file activity but for performance reasons need to have scanning disabled for a particular scan direction. The appropriate configuration should be evaluated based on the server role. Note that this configuration is only honored for NTFS volumes. For any other file system type, full monitoring of file and program activity will be present on those volumes. The options for this setting are mutually exclusive: 0 = Scan incoming and outgoing files (default) 1 = Scan incoming files only 2 = Scan outgoing files only Any other value, or if the value does not exist, resolves to the default (0). If this setting is enabled, the specified type of monitoring will be enabled. If this setting is disabled or not configured, monitoring for incoming and outgoing files will be enabled.
Checks: C-14667r1144026_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure monitoring for incoming and outgoing file and program activity" is set to "Enabled" with a policy option value of "bi-directional (full on-access)". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "RealtimeScanDirection" is REG_DWORD = 0, this is not a finding. If the value is 1 or 2, this is a finding.

Fix: F-14665r1144027_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Configure monitoring for incoming and outgoing file and program activity" to "Enabled" with a policy option value of "bi-directional (full on-access)".

b
Microsoft Defender AV must be configured to monitor for file and program activity.
SI-3 - Medium - CCI-001242 - V-213443 - SV-213443r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000019
Vuln IDs
  • V-213443
  • V-75223
Rule IDs
  • SV-213443r961194_rule
  • SV-89903
This policy setting allows configuration of monitoring for file and program activity. If this setting is enabled or not configured, monitoring for file and program activity will be enabled. If this setting is disabled, monitoring for file and program activity will be disabled.
Checks: C-14668r820176_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Monitor file and program activity on your computer to be scanned" is set to "Enabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "DisableOnAccessProtection" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14666r823057_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Monitor file and program activity on your computer" to "Enabled" or "Not Configured".

b
Microsoft Defender AV must be configured to scan all downloaded files and attachments.
SC-18 - Medium - CCI-001169 - V-213444 - SV-213444r961089_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001169
Version
WNDF-AV-000020
Vuln IDs
  • V-213444
  • V-75225
Rule IDs
  • SV-213444r961089_rule
  • SV-89905
This policy setting allows configuration of scanning for all downloaded files and attachments. If this setting is enabled or not configured, scanning for all downloaded files and attachments will be enabled. If this setting is disabled, scanning for all downloaded files and attachments will be disabled.
Checks: C-14669r820179_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Scan all downloaded files and attachments" is set to "Enabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "DisableIOAVProtection" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14667r823059_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Scan all downloaded files and attachments" to "Enabled" or "Not Configured".

b
Microsoft Defender AV must be configured to always enable real-time protection.
SI-3 - Medium - CCI-001242 - V-213445 - SV-213445r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000021
Vuln IDs
  • V-213445
  • V-75227
Rule IDs
  • SV-213445r961194_rule
  • SV-89907
This policy setting turns off real-time protection prompts for known malware detection. Microsoft Defender Antivirus alerts when malware or potentially unwanted software attempts to install itself or to run on your computer. If this policy setting is enabled, Microsoft Defender Antivirus will not prompt users to take actions on malware detections. If this policy setting is disabled or not configured, Microsoft Defender Antivirus will prompt users to take actions on malware detections.
Checks: C-14670r820182_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Turn off real-time protection" is set to "Disabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "DisableRealtimeMonitoring" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14668r823061_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Turn off real-time protection" to "Disabled" or "Not Configured".

b
Microsoft Defender AV must be configured to enable behavior monitoring.
SC-18 - Medium - CCI-001170 - V-213446 - SV-213446r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000022
Vuln IDs
  • V-213446
  • V-75229
Rule IDs
  • SV-213446r961092_rule
  • SV-89909
This policy setting allows configuration of behavior monitoring. If this setting is enabled or not configured, behavior monitoring will be enabled. If this setting is disabled, behavior monitoring will be disabled.
Checks: C-14671r820185_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Turn on behavior monitoring" is set to "Enabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "DisableBehaviorMonitoring" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14669r820186_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Defender Antivirus >> Real-time Protection >> "Turn on behavior monitoring" to "Enabled " or "Not Configured".

b
Microsoft Defender AV must be configured to process scanning when real-time protection is enabled.
SI-3 - Medium - CCI-001242 - V-213447 - SV-213447r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000023
Vuln IDs
  • V-213447
  • V-75231
Rule IDs
  • SV-213447r961194_rule
  • SV-89911
This policy setting allows the configuration of process scanning when real-time protection is turned on. This helps to catch malware, which could start when real-time protection is turned off. If this setting is enabled or not configured, a process scan will be initiated when real-time protection is turned on. If this setting is disabled, a process scan will not be initiated when real-time protection is turned on.
Checks: C-14672r820188_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Turn on process scanning whenever real-time protection is enabled" is set to "Enabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "DisableScanOnRealtimeEnable" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14670r823064_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> "Turn on process scanning whenever real-time protection is enabled" to "Enabled" or "Not Configured".

b
Microsoft Defender AV must be configured to scan archive files.
SI-3 - Medium - CCI-001242 - V-213448 - SV-213448r961194_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000024
Vuln IDs
  • V-213448
  • V-75233
Rule IDs
  • SV-213448r961194_rule
  • SV-89913
This policy setting allows the configuration of scans for malicious software and unwanted software in archive files such as .ZIP or .CAB files. If this setting is enabled or not configured, archive files will be scanned. If this setting is disabled, archive files will not be scanned.
Checks: C-14673r820191_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> "Scan archive files" is set to "Enabled" or "Not Configured". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Scan Criteria: If the value "DisableArchiveScanning" is REG_DWORD = 0, this is not a finding. If the value does not exist, this is not a finding. If the value is 1, this is a finding.

Fix: F-14671r823066_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> "Scan archive files" to "Enabled " or "Not Configured".

b
Microsoft Defender AV must be configured to scan removable drives.
MA-3 - Medium - CCI-000870 - V-213449 - SV-213449r960852_rule
RMF Control
MA-3
Severity
Medium
CCI
CCI-000870
Version
WNDF-AV-000025
Vuln IDs
  • V-213449
  • V-75235
Rule IDs
  • SV-213449r960852_rule
  • SV-89915
This policy setting allows the management of whether or not to scan for malicious software and unwanted software in the contents of removable drives such as USB flash drives when running a full scan. If this setting is enabled, removable drives will be scanned during any type of scan. If this setting is disabled or not configured, removable drives will not be scanned during a full scan. Removable drives may still be scanned during quick scan and custom scan.
Checks: C-14674r820194_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> "Scan removable drives" is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Scan Criteria: If the value "DisableRemovableDriveScanning" is REG_DWORD = 0, this is not a finding.

Fix: F-14672r820195_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Defender Antivirus >> Scan >> "Scan removable drives" to "Enabled".

b
Microsoft Defender AV must be configured to perform a weekly scheduled scan.
SI-3 - Medium - CCI-001241 - V-213450 - SV-213450r961191_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001241
Version
WNDF-AV-000026
Vuln IDs
  • V-213450
  • V-75237
Rule IDs
  • SV-213450r961191_rule
  • SV-89917
This policy setting allows specifying the day of the week on which to perform a scheduled scan. The scan can also be configured to run every day or to never run at all. This setting can be configured with the following ordinal number values: (0x0) Every Day (0x1) Sunday (0x2) Monday (0x3) Tuesday (0x4) Wednesday (0x5) Thursday (0x6) Friday (0x7) Saturday (0x8) Never (default) If this setting is enabled, a scheduled scan will run at the frequency specified. If this setting is disabled or not configured, a scheduled scan will run at a default frequency.
Checks: C-14675r820197_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> "Specify the day of the week to run a scheduled scan" is set to "Enabled" and anything other than "Never" is selected in the drop-down box. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Scan Criteria: If the value "ScheduleDay" is REG_DWORD = 0x8, this is a finding. Values of 0x0 through 0x7 are acceptable and not a finding.

Fix: F-14673r823069_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> "Specify the day of the week to run a scheduled scan" to "Enabled " and select anything other than "Never" in the drop-down box.

b
Microsoft Defender AV must be configured to turn on e-mail scanning.
SC-18 - Medium - CCI-001170 - V-213451 - SV-213451r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000027
Vuln IDs
  • V-213451
  • V-75239
Rule IDs
  • SV-213451r961092_rule
  • SV-89919
This policy setting allows the configuration of e-mail scanning. When e-mail scanning is enabled, the engine will parse the mailbox and mail files according to their specific format in order to analyze the mail bodies and attachments. Several e-mail formats are currently supported, for example: pst (Outlook), dbx mbx mime (Outlook Express), binhex (Mac). If this setting is enabled, e-mail scanning will be enabled. If this setting is disabled or not configured, e-mail scanning will be disabled.
Checks: C-14676r820200_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> "Turn on e-mail scanning" is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Scan Criteria: If the value "DisableEmailScanning" is REG_DWORD = 0, this is not a finding.

Fix: F-14674r823071_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> "Turn on e-mail scanning" to "Enabled".

c
Microsoft Defender AV spyware definition age must not exceed 7 days.
SI-3 - High - CCI-001240 - V-213452 - SV-213452r961188_rule
RMF Control
SI-3
Severity
High
CCI
CCI-001240
Version
WNDF-AV-000028
Vuln IDs
  • V-213452
  • V-75241
Rule IDs
  • SV-213452r961188_rule
  • SV-89921
This policy setting allows defining the number of days that must pass before spyware definitions are considered out of date. If definitions are determined to be out of date, this state may trigger several additional actions, including falling back to an alternative update source or displaying a warning icon in the user interface. By default this value is set to 14 days. If this setting is enabled, spyware definitions will be considered out of date after the number of days specified have passed without an update. If this setting is disabled or not configured, spyware definitions will be considered out of date after the default number of days have passed without an update.
Checks: C-14677r820203_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Security Intelligence Updates >> "Define the number of days before spyware security intelligence considered out of date" is set to "Enabled" and "7" or less is selected in the drop-down box (excluding "0", which is unacceptable). If third-party antispyware is installed and up to date, the Windows Defender AV spyware age requirement will be NA. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Signature Updates Criteria: If the value "ASSignatureDue" is REG_DWORD = 7, this is not a finding. A value of 1 - 6 is also acceptable and not a finding. A value of 0 is a finding. A value higher than 7 is a finding.

Fix: F-14675r820204_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Defender Antivirus >> Signature Updates >> "Define the number of days before spyware definitions are considered out of date" to "Enabled" and select "7" or less in the drop-down box. Do not select a value of 0. This disables the option.

c
Microsoft Defender AV virus definition age must not exceed 7 days.
SI-3 - High - CCI-001240 - V-213453 - SV-213453r961188_rule
RMF Control
SI-3
Severity
High
CCI
CCI-001240
Version
WNDF-AV-000029
Vuln IDs
  • V-213453
  • V-75243
Rule IDs
  • SV-213453r961188_rule
  • SV-89923
This policy setting allows defining the number of days that must pass before virus definitions are considered out of date. If definitions are determined to be out of date, this state may trigger several additional actions, including falling back to an alternative update source or displaying a warning icon in the user interface. By default, this value is set to 14 days. If this setting is enabled, virus definitions will be considered out of date after the number of days specified have passed without an update. If this setting is disabled or not configured, virus definitions will be considered out of date after the default number of days have passed without an update.
Checks: C-14678r820206_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >>Security Intelligence Updates >> "Define the number of days before virus security intelligence considered out of date" is set to "Enabled" and "7" or less is selected in the drop-down box (excluding "0", which is unacceptable). If third-party antivirus protection is installed and up to date, the Windows Defender Antivirus age requirement is NA. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Signature Updates Criteria: If the value "AVSignatureDue" is REG_DWORD = 7, this is not a finding. A value of 1 - 6 is also acceptable and not a finding. A value of 0 is a finding. A value higher than 7 is a finding.

Fix: F-14676r823074_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Signature Updates >> "Define the number of days before virus definitions are considered out of date" to "Enabled" and select "7" or less in the drop-down box. Do not select a value of 0. This disables the option.

b
Microsoft Defender AV must be configured to check for definition updates daily.
SI-8 - Medium - CCI-001308 - V-213454 - SV-213454r961161_rule
RMF Control
SI-8
Severity
Medium
CCI
CCI-001308
Version
WNDF-AV-000030
Vuln IDs
  • V-213454
  • V-75245
Rule IDs
  • SV-213454r961161_rule
  • SV-89925
This policy setting allows specifying the day of the week on which to check for definition updates. The check can also be configured to run every day or to never run at all. This setting can be configured with the following ordinal number values: (0x0) Every Day (default) (0x1) Sunday (0x2) Monday (0x3) Tuesday (0x4) Wednesday (0x5) Thursday (0x6) Friday (0x7) Saturday (0x8) Never If this setting is enabled, the check for definition updates will occur at the frequency specified. If this setting is disabled or not configured, the check for definition updates will occur at a default frequency.
Checks: C-14679r820209_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Security Intelligence Updates >> "Specify the day of the week to check for security intelligence updates" is set to "Enabled" and "Every Day" is selected in the drop-down box. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Signature Updates Criteria: If the value "ScheduleDay" is REG_DWORD = 0, this is not a finding.

Fix: F-14677r823076_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Signature Updates >> "Specify the day of the week to check for definition updates" to "Enabled" and select "Every Day" in the drop-down box.

b
Microsoft Defender AV must be configured for automatic remediation action to be taken for threat alert level Severe.
SC-18 - Medium - CCI-001662 - V-213455 - SV-213455r961086_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001662
Version
WNDF-AV-000031
Vuln IDs
  • V-213455
  • V-75247
Rule IDs
  • SV-213455r961086_rule
  • SV-89927
This policy setting allows the customization of which automatic remediation action will be taken for each threat alert level. Threat alert levels should be added under the Options for this setting. Each entry must be listed as a name value pair. The name defines a threat alert level. The value contains the action ID for the remediation action that should be taken. Valid threat alert levels are: 1 = Low 2 = Medium 4 = High 5 = Severe Valid remediation action values are: 2 = Quarantine 3 = Remove 6 = Ignore
Checks: C-14680r820212_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Threats >> "Specify threat alert levels at which default action should not be taken when detected" is set to "Enabled". Click the “Show…” box option and verify the "Value name" field contains a value of "5" and the "Value" field contains "2". A value of "3" in the "Value" field is more restrictive and also an acceptable value. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Threats\ThreatSeverityDefaultAction Criteria: If the value "5" is REG_SZ = 2 (or 3), this is not a finding.

Fix: F-14678r823078_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Threats >> "Specify threat alert levels at which default action should not be taken when detected" to "Enabled". Select the "Show…" option box and enter "5" in the "Value name" field and enter "2" in the "Value" field.

b
Microsoft Defender AV must be configured to block executable content from email client and webmail.
SC-18 - Medium - CCI-001170 - V-213456 - SV-213456r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000032
Vuln IDs
  • V-213456
  • V-77965
Rule IDs
  • SV-213456r961092_rule
  • SV-92661
This rule blocks the following file types from being run or launched from an email seen in either Microsoft Outlook or webmail (such as Gmail.com or Outlook.com): Executable files (such as .exe, .dll, or .scr) Script files (such as a PowerShell .ps, VisualBasic .vbs, or JavaScript .js file) Script archive files
Checks: C-14681r820215_chk

This setting is applicable starting with v1709 of Windows 10. It is NA for prior versions. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" is set to "Enabled”. Click "Show...". Verify the rule ID in the Value name column and the desired state in the Value column is set as follows: Value name: BE9BA2D9-53EA-4CDC-84E5-9B1EEEE46550 Value: 1 Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "BE9BA2D9-53EA-4CDC-84E5-9B1EEEE46550" is REG_SZ = 1, this is not a finding.

Fix: F-14679r823080_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Windows Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" to "Enabled". Click "Show...". Set the Value name to "BE9BA2D9-53EA-4CDC-84E5-9B1EEEE46550" and the Value to "1".

b
Microsoft Defender AV must be configured block Office applications from creating child processes.
SC-18 - Medium - CCI-001170 - V-213457 - SV-213457r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000033
Vuln IDs
  • V-213457
  • V-77967
Rule IDs
  • SV-213457r961092_rule
  • SV-92663
Office apps, such as Word or Excel, will not be allowed to create child processes. This is a typical malware behavior, especially for macro-based attacks that attempt to use Office apps to launch or download malicious executables.
Checks: C-14682r820218_chk

This setting is applicable starting with v1709 of Windows 10. It is NA for prior versions. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" is set to "Enabled”. Click "Show...". Verify the rule ID in the Value name column and the desired state in the Value column is set as follows: Value name: D4F940AB-401B-4EFC-AADC-AD5F3C50688A Value: 1 Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "D4F940AB-401B-4EFC-AADC-AD5F3C50688A" is REG_SZ = 1, this is not a finding.

Fix: F-14680r823082_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Windows Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" to "Enabled". Click "Show...". Set the Value name to "D4F940AB-401B-4EFC-AADC-AD5F3C50688A" and the Value to "1".

b
Microsoft Defender AV must be configured block Office applications from creating executable content.
SC-18 - Medium - CCI-001170 - V-213458 - SV-213458r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000034
Vuln IDs
  • V-213458
  • V-77969
Rule IDs
  • SV-213458r961092_rule
  • SV-92665
This rule targets typical behaviors used by suspicious and malicious add-ons and scripts (extensions) that create or launch executable files. This is a typical malware technique. Extensions will be blocked from being used by Office apps. Typically these extensions use the Windows Scripting Host (.wsh files) to run scripts that automate certain tasks or provide user-created add-on features.
Checks: C-14683r820221_chk

This setting is applicable starting with v1709 of Windows 10. It is NA for prior versions. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" is set to "Enabled”. Click "Show...". Verify the rule ID in the Value name column and the desired state in the Value column is set as follows: Value name: 3B576869-A4EC-4529-8536-B80A7769E899 Value: 1 Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "3B576869-A4EC-4529-8536-B80A7769E899" is REG_SZ = 1, this is not a finding.

Fix: F-14681r823084_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Windows Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" to "Enabled". Click "Show...". Set the Value name to "3B576869-A4EC-4529-8536-B80A7769E899" and the Value to "1".

b
Microsoft Defender AV must be configured to block Office applications from injecting into other processes.
SC-18 - Medium - CCI-001170 - V-213459 - SV-213459r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000035
Vuln IDs
  • V-213459
  • V-77971
Rule IDs
  • SV-213459r961092_rule
  • SV-92667
Office apps, such as Word, Excel, or PowerPoint, will not be able to inject code into other processes. This is typically used by malware to run malicious code in an attempt to hide the activity from antivirus scanning engines.
Checks: C-14684r820224_chk

This setting is applicable starting with v1709 of Windows 10. It is NA for prior versions. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" is set to "Enabled”. Click "Show...". Verify the rule ID in the Value name column and the desired state in the Value column is set as follows: Value name: 75668C1F-73B5-4CF0-BB93-3ECF5CB7CC84 Value: 1 Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "75668C1F-73B5-4CF0-BB93-3ECF5CB7CC84" is REG_SZ = 1, this is not a finding.

Fix: F-14682r823086_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Windows Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" to "Enabled". Click "Show...". Set the Value name to "75668C1F-73B5-4CF0-BB93-3ECF5CB7CC84" and the Value to "1".

b
Microsoft Defender AV must be configured to impede JavaScript and VBScript to launch executables.
SC-18 - Medium - CCI-001170 - V-213460 - SV-213460r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000036
Vuln IDs
  • V-213460
  • V-77973
Rule IDs
  • SV-213460r961092_rule
  • SV-92669
JavaScript and VBScript scripts can be used by malware to launch other malicious apps. This rule prevents these scripts from being allowed to launch apps, thus preventing malicious use of the scripts to spread malware and infect machines.
Checks: C-14685r820227_chk

This setting is applicable starting with v1709 of Windows 10. It is NA for prior versions. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" is set to "Enabled". Click "Show...". Verify the rule ID in the Value name column and the desired state in the Value column is set as follows: Value name: D3E037E1-3EB8-44C8-A917-57927947596D Value: 1 Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "D3E037E1-3EB8-44C8-A917-57927947596D" is REG_SZ = 1, this is not a finding.

Fix: F-14683r823088_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Windows Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" to "Enabled". Click "Show...". Set the Value name to "D3E037E1-3EB8-44C8-A917-57927947596D" and the Value to "1".

b
Microsoft Defender AV must be configured to block execution of potentially obfuscated scripts.
SC-18 - Medium - CCI-001170 - V-213461 - SV-213461r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000037
Vuln IDs
  • V-213461
  • V-77975
Rule IDs
  • SV-213461r961092_rule
  • SV-92671
Malware and other threats can attempt to obfuscate or hide their malicious code in some script files. This rule prevents scripts that appear to be obfuscated from running. It uses the AntiMalwareScanInterface (AMSI) to determine if a script is potentially obfuscated and then blocks such a script or blocks scripts when an attempt is made to access them.
Checks: C-14686r820230_chk

This setting is applicable starting with v1709 of Windows 10. It is NA for prior versions. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Windows Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" is set to "Enabled”. Click "Show...". Verify the rule ID in the Value name column and the desired state in the Value column is set as follows: Value name: 5BEB7EFE-FD9A-4556-801D-275E5FFC04CC Value: 1 Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "5BEB7EFE-FD9A-4556-801D-275E5FFC04CC" is REG_SZ = 1, this is not a finding.

Fix: F-14684r823090_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Windows Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" to "Enabled". Click "Show...". Set the Value name to "5BEB7EFE-FD9A-4556-801D-275E5FFC04CC" and the Value to "1".

b
Microsoft Defender AV must be configured to block Win32 imports from macro code in Office.
SC-18 - Medium - CCI-001170 - V-213462 - SV-213462r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000038
Vuln IDs
  • V-213462
  • V-77977
Rule IDs
  • SV-213462r961092_rule
  • SV-92673
This rule blocks potentially malicious behavior by not allowing macro code to execute routines in the Win 32 dynamic link library (DLL).
Checks: C-14687r820233_chk

This setting is applicable starting with v1709 of Windows 10. It is NA for prior versions. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" is set to "Enabled". Click "Show...". Verify the rule ID in the Value name column and the desired state in the Value column is set as follows: Value name: 92E97FA1-2EDF-4476-BDD6-9DD0B4DDDC7B Value: 1 Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "92E97FA1-2EDF-4476-BDD6-9DD0B4DDDC7B" is REG_SZ = 1, this is not a finding.

Fix: F-14685r823092_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Windows Defender Exploit Guard >> Attack Surface Reduction >> "Configure Attack Surface Reduction rules" to "Enabled". Click "Show...". Set the Value name to "92E97FA1-2EDF-4476-BDD6-9DD0B4DDDC7B" and the Value to "1".

b
Microsoft Defender AV must be configured to prevent user and apps from accessing dangerous websites.
SC-18 - Medium - CCI-001170 - V-213463 - SV-213463r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000039
Vuln IDs
  • V-213463
  • V-77979
Rule IDs
  • SV-213463r961092_rule
  • SV-92675
Enable Microsoft Defender Exploit Guard network protection to prevent employees from using any application to access dangerous domains that may host phishing scams, exploit-hosting sites, and other malicious content on the internet.
Checks: C-14688r820236_chk

This setting is applicable starting with v1709 of Windows 10, it is NA for prior versions. Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Network Protection >> "Prevent users and apps from accessing dangerous websites" is set to "Enabled” and "Block" is selected in the drop-down box. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\Network Protection Criteria: If the value "EnableNetworkProtection" is REG_DWORD = 1, this is not a finding.

Fix: F-14686r823094_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Windows Defender Exploit Guard >> Network Protection >> "Prevent users and apps from accessing dangerous websites" to "Enabled" and select "Block" in the drop-down box.

b
Microsoft Defender AV must be configured for automatic remediation action to be taken for threat alert level High.
SC-18 - Medium - CCI-001662 - V-213464 - SV-213464r961086_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001662
Version
WNDF-AV-000040
Vuln IDs
  • V-213464
  • V-79965
Rule IDs
  • SV-213464r961086_rule
  • SV-94669
This policy setting allows the customization of which automatic remediation action will be taken for each threat alert level. Threat alert levels should be added under the Options for this setting. Each entry must be listed as a name value pair. The name defines a threat alert level. The value contains the action ID for the remediation action that should be taken. Valid threat alert levels are: 1 = Low 2 = Medium 4 = High 5 = Severe Valid remediation action values are: 2 = Quarantine 3 = Remove 6 = Ignore
Checks: C-14689r820239_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Threats >> "Specify threat alert levels at which default action should not be taken when detected" is set to "Enabled". Click the "Show…" box option and verify the "Value name" field contains a value of "4" and the "Value" field contains a "2". A value of "3" in the "Value" field is more restrictive and also an acceptable value. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Threats\ThreatSeverityDefaultAction Criteria: If the value "4" is REG_SZ = 2 (or 3), this is not a finding.

Fix: F-14687r823096_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Threats >> "Specify threat alert levels at which default action should not be taken when detected" to "Enabled". Select the "Show…" option box and enter "4" in the "Value name" field and enter "2" in the "Value" field.

b
Microsoft Defender AV must be configured for automatic remediation action to be taken for threat alert level Medium.
SC-18 - Medium - CCI-001662 - V-213465 - SV-213465r961086_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001662
Version
WNDF-AV-000041
Vuln IDs
  • V-213465
  • V-79967
Rule IDs
  • SV-213465r961086_rule
  • SV-94671
This policy setting allows the customization of which automatic remediation action will be taken for each threat alert level. Threat alert levels should be added under the Options for this setting. Each entry must be listed as a name value pair. The name defines a threat alert level. The value contains the action ID for the remediation action that should be taken. Valid threat alert levels are: 1 = Low 2 = Medium 4 = High 5 = Severe Valid remediation action values are: 2 = Quarantine 3 = Remove 6 = Ignore
Checks: C-14690r820242_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Threats >> "Specify threat alert levels at which default action should not be taken when detected" is set to "Enabled". Click the "Show…" box option and verify the "Value name" field contains a value of "2" and the "Value" field contains a "2". A value of "3" in the "Value" field is more restrictive and also an acceptable value. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Threats\ThreatSeverityDefaultAction Criteria: If the value "2" is REG_SZ = 2 (or 3), this is not a finding.

Fix: F-14688r823098_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Threats >> "Specify threat alert levels at which default action should not be taken when detected" to "Enabled". Select the "Show…" option box and enter "2" in the "Value name" field and enter "2" in the "Value" field.

b
Microsoft Defender AV must be configured for automatic remediation action to be taken for threat alert level Low.
SC-18 - Medium - CCI-001662 - V-213466 - SV-213466r961086_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001662
Version
WNDF-AV-000042
Vuln IDs
  • V-213466
  • V-79971
Rule IDs
  • SV-213466r961086_rule
  • SV-94675
This policy setting allows the customization of which automatic remediation action will be taken for each threat alert level. Threat alert levels should be added under the Options for this setting. Each entry must be listed as a name value pair. The name defines a threat alert level. The value contains the action ID for the remediation action that should be taken. Valid threat alert levels are: 1 = Low 2 = Medium 4 = High 5 = Severe Valid remediation action values are: 2 = Quarantine 3 = Remove 6 = Ignore
Checks: C-14691r820245_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Threats >> "Specify threat alert levels at which default action should not be taken when detected" is set to "Enabled". Click the "Show…" box option and verify the "Value name" field contains a value of "1" and the "Value" field contains a "2". A value of "3" in the "Value" field is more restrictive and also an acceptable value. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Threats\ThreatSeverityDefaultAction Criteria: If the value "1" is REG_SZ = 2 (or 3), this is not a finding.

Fix: F-14689r823100_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Threats >> "Specify threat alert levels at which default action should not be taken when detected" to "Enabled". Select the "Show…" option box and enter "1" in the "Value name" field and enter "2" in the "Value" field.

b
Microsoft Defender AV must block Adobe Reader from creating child processes.
SC-18 - Medium - CCI-001170 - V-278647 - SV-278647r1144030_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000043
Vuln IDs
  • V-278647
Rule IDs
  • SV-278647r1144030_rule
This policy setting prevents Adobe Reader from launching other processes, which can help mitigate security risks associated with malicious PDF files.
Checks: C-83181r1144029_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "7674ba52-37eb-4a4f-a9a1-f0f9a1619a2c" is REG_SZ = 1, this is not a finding. If the value is other than 1, this is a finding.

Fix: F-83086r1134292_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules to "Enabled". Under the policy option "Set the state for each ASR rule:", then click "Show". Enter GUID "7674ba52-37eb-4a4f-a9a1-f0f9a1619a2c" in the "Value Name" column. Enter "1" in the "Value" column. Click "OK". Click "Apply".

b
Microsoft Defender AV must block credential stealing from the Windows local security authority subsystem.
SC-18 - Medium - CCI-001170 - V-278648 - SV-278648r1144032_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000044
Vuln IDs
  • V-278648
Rule IDs
  • SV-278648r1144032_rule
This policy setting helps prevent credential stealing by locking down Local Security Authority Subsystem Service (LSASS).
Checks: C-83182r1144031_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "9e6c4e1f-7d60-472f-ba1a-a39ef669e4b2" is REG_SZ = 1, this is not a finding. If the value is other than 1, this is a finding.

Fix: F-83087r1134294_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules to "Enabled". Under the policy option "Set the state for each ASR rule:", then click "Show". Enter GUID "9e6c4e1f-7d60-472f-ba1a-a39ef669e4b2" in the "Value Name" column. Enter "1" in the "Value" column. Click "OK". Click "Apply".

b
Microsoft Defender AV must block untrusted and unsigned processes that run from USB.
SC-18 - Medium - CCI-001170 - V-278649 - SV-278649r1144034_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000045
Vuln IDs
  • V-278649
Rule IDs
  • SV-278649r1144034_rule
This policy setting helps prevents unsigned or untrusted executable files from running from USB removable drives, including SD cards. Blocked file types include executable files (such as .exe, .dll, or .scr).
Checks: C-83183r1144033_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "b2b3f03d-6a65-4f7b-a9c7-1c7ef74a9ba4" is REG_SZ = 1, this is not a finding. If the value is other than 1, this is a finding.

Fix: F-83088r1134296_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules to "Enabled". Under the policy option "Set the state for each ASR rule:", then click "Show". Enter GUID "b2b3f03d-6a65-4f7b-a9c7-1c7ef74a9ba4" in the "Value Name" column. Enter "1" in the "Value" column. Click "OK". Click "Apply".

b
Microsoft Defender AV must use advanced protection against ransomware.
SC-18 - Medium - CCI-001170 - V-278650 - SV-278650r1144036_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000046
Vuln IDs
  • V-278650
Rule IDs
  • SV-278650r1144036_rule
This policy setting provides an extra layer of protection against ransomware. It uses both client and cloud heuristics to determine whether a file resembles ransomware. This rule doesn't block files that have one or more of the following characteristics: - The file is found to be unharmful in the Microsoft cloud. - The file is a valid signed file. - The file is prevalent enough to not be considered as ransomware. - The rule tends to err on the side of caution to prevent ransomware.
Checks: C-83184r1144035_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "c1db55ab-c21a-4637-bb3f-a12568109d35" is REG_SZ = 1, this is not a finding. If the value is other than 1, this is a finding.

Fix: F-83089r1134275_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules to "Enabled". Under the policy option "Set the state for each ASR rule:", then click "Show". Enter GUID "c1db55ab-c21a-4637-bb3f-a12568109d35" in the "Value Name" column. Enter "1" in the "Value" column. Click "OK". Click "Apply".

b
Microsoft Defender AV must block process creations originating from PSExec and WMI commands.
SC-18 - Medium - CCI-001170 - V-278651 - SV-278651r1144039_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000047
Vuln IDs
  • V-278651
Rule IDs
  • SV-278651r1144039_rule
This policy setting blocks processes created through PsExec and WMI from running. Both PsExec and WMI can remotely execute code. There is a risk of malware abusing functionality of PsExec and WMI for command and control purposes, or to spread an infection throughout an organization's network.
Checks: C-83185r1144037_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "d1e49aac-8f56-4280-b9ba-993a6d77406c" is REG_SZ = 2, this is not a finding. If the value is other than 2, this is a finding.

Fix: F-83090r1144038_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules to "Enabled". Under the policy option "Set the state for each ASR rule:", then click "Show". Enter GUID "d1e49aac-8f56-4280-b9ba-993a6d77406c" in the "Value Name" column. Enter "2" in the "Value" column. Click "OK". Click "Apply".

b
Microsoft Defender AV must block persistence through WMI event subscription.
SC-18 - Medium - CCI-001170 - V-278652 - SV-278652r1144042_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000048
Vuln IDs
  • V-278652
Rule IDs
  • SV-278652r1144042_rule
This policy setting prevents malware from abusing WMI to attain persistence on a device. Fileless threats employ various tactics to stay hidden, to avoid being seen in the file system, and to gain periodic execution control. Some threats can abuse the WMI repository and event model to stay hidden.
Checks: C-83186r1144040_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "e6db77e5-3df2-4cf1-b95a-636979351e5b" is REG_SZ = 2, this is not a finding. If the value is other than 2, this is a finding.

Fix: F-83091r1144041_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules to "Enabled". Under the policy option "Set the state for each ASR rule:", then click "Show". Enter GUID "e6db77e5-3df2-4cf1-b95a-636979351e5b" in the "Value Name" column. Enter "2" in the "Value" column. Click "OK". Click "Apply".

b
Microsoft Defender AV must block executable files from running unless they meet a prevalence, age, or trusted list criterion.
SC-18 - Medium - CCI-001170 - V-278653 - SV-278653r1144045_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000049
Vuln IDs
  • V-278653
Rule IDs
  • SV-278653r1144045_rule
This policy setting blocks executable files, such as .exe, .dll, or .scr, from launching. Thus, launching untrusted or unknown executable files can be risky, as it might not be initially clear if the files are malicious.
Checks: C-83187r1144043_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "01443614-cd74-433a-b99e-2ecdc07bfc25" is REG_SZ = 2, this is not a finding. If the value is other than 2, this is a finding.

Fix: F-83092r1144044_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules to "Enabled". Under the policy option "Set the state for each ASR rule:", then click "Show". Enter GUID "01443614-cd74-433a-b99e-2ecdc07bfc25" in the "Value Name" column. Enter "2" in the "Value" column. Click "OK". Click "Apply".

b
Microsoft Defender AV must block Office communication application from creating child processes.
SC-18 - Medium - CCI-001170 - V-278654 - SV-278654r1144047_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000050
Vuln IDs
  • V-278654
Rule IDs
  • SV-278654r1144047_rule
This policy setting prevents Outlook from creating child processes while still allowing legitimate Outlook functions. This rule protects against social engineering attacks and prevents exploiting code from abusing vulnerabilities in Outlook. It also protects against Outlook rules and forms exploits that attackers can use when a user's credentials are compromised.
Checks: C-83188r1144046_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "26190899-1602-49e8-8b27-eb1d0a1ce869" is REG_SZ = 1, this is not a finding. If the value is other than 1, this is a finding.

Fix: F-83093r1134287_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules to "Enabled". Under the policy option "Set the state for each ASR rule:", then click "Show". Enter GUID "26190899-1602-49e8-8b27-eb1d0a1ce869" in the "Value Name" column. Enter "1" in the "Value" column. Click "OK". Click "Apply".

b
Microsoft Defender AV must block abuse of exploited vulnerable signed drivers.
SC-18 - Medium - CCI-001170 - V-278655 - SV-278655r1144049_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000051
Vuln IDs
  • V-278655
Rule IDs
  • SV-278655r1144049_rule
This policy setting prevents an application from writing a vulnerable signed driver to disk. Vulnerable signed drivers can be exploited by local applications that have sufficient privileges to gain access to the kernel. Vulnerable signed drivers enable attackers to disable or circumvent security solutions, eventually leading to system compromise. The Block abuse of exploited vulnerable signed drivers rule does not block a driver already existing on the system from being loaded.
Checks: C-83189r1144048_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR\Rules Criteria: If the value "56a863a9-875e-4185-98a7-b882c64b5ce5" is REG_SZ = 1, this is not a finding. If the value is other than 1, this is a finding.

Fix: F-83094r1134290_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Attack Surface Reduction >> Configure Attack Surface Reduction rules to "Enabled". Under the policy option "Set the state for each ASR rule:", then click "Show". Enter GUID "56a863a9-875e-4185-98a7-b882c64b5ce5" in the "Value Name" column. Enter "1" in the "Value" column. Click "OK". Click "Apply".

b
Microsoft Defender AV must configure local administrator merge behavior for lists.
SC-18 - Medium - CCI-001170 - V-278656 - SV-278656r1144051_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000052
Vuln IDs
  • V-278656
Rule IDs
  • SV-278656r1144051_rule
This policy setting configures how locally defined lists are combined or merged with globally defined lists. This setting applies to exclusion lists, specified remediation lists, and attack surface reduction.
Checks: C-83190r1144050_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Configure local administrator merge behavior for lists is set to "Enabled". Otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender Criteria: If the value "DisableLocalAdminMerge" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83095r1133659_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Configure local administrator merge behavior for lists to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must control whether exclusions are visible to Local Admins.
SC-18 - Medium - CCI-001170 - V-278658 - SV-278658r1144053_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000054
Vuln IDs
  • V-278658
Rule IDs
  • SV-278658r1144053_rule
Disabled (Default): If this setting is not configured or disabled, local admins can see exclusions in the Windows Security App or via PowerShell. Enabled: If this setting is enabled, local admins no longer see the exclusion list in Windows Security App or via PowerShell.O13. Note: Applying this setting will not remove exclusions, it only prevents them from being visible to local admins. This is reflected in?Get-MpPreference.I13.
Checks: C-83192r1144052_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Control whether or not exclusions are visible to Local Admins is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender Criteria: If the value "HideExclusionsFromLocalUsers" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83097r1133665_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Control whether or not exclusions are visible to Local Admins to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must randomize scheduled task times.
SI-3 - Medium - CCI-001242 - V-278659 - SV-278659r1144055_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000055
Vuln IDs
  • V-278659
Rule IDs
  • SV-278659r1144055_rule
In Microsoft Defender Antivirus, randomize the start time of the scan to any interval from 0 to 23 hours. By default, scheduled tasks begin at a random time within four hours of the time specified in Task Scheduler.
Checks: C-83193r1144054_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Randomize scheduled task times is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender Criteria: If the value "RandomizeScheduleTaskTimes" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83098r1133668_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Randomize scheduled task times to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must hide the Family options area.
SC-18 - Medium - CCI-001170 - V-278660 - SV-278660r1144057_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000056
Vuln IDs
  • V-278660
Rule IDs
  • SV-278660r1144057_rule
The Family options section contains links to settings and further information for parents of a Windows PC. It is not intended for enterprise or business environments. This section can be hidden from users of the machine. This option can be useful if you do not want users in the organization to see or have access to this section.
Checks: C-83194r1144056_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Security >> Family Options >> Hide the Family options area is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Family options Criteria: If the value "UILockdown" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83099r1133671_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Windows Security >> Family Options >> Hide the Family options area to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must enable the file hash computation feature.
SC-18 - Medium - CCI-001170 - V-278661 - SV-278661r1144059_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000057
Vuln IDs
  • V-278661
Rule IDs
  • SV-278661r1144059_rule
This policy drives the ability to enforce Indicators of Compromise (IoC) by using file hash allow/block indicators.
Checks: C-83195r1144058_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MpEngine >> Enable file hash computation feature is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\MpEngine Criteria: If the value "EnableFileHashComputation" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83100r1133674_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MpEngine >>Enable file hash computation feature to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must enable extended cloud check.
SC-18 - Medium - CCI-001170 - V-278662 - SV-278662r1144061_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000058
Vuln IDs
  • V-278662
Rule IDs
  • SV-278662r1144061_rule
When Microsoft Defender Antivirus finds a suspicious file, it can prevent the file from running while it queries the Microsoft Defender Antivirus cloud service. The default period that the file is blocked is 10 seconds. Extending the cloud block timeout period can help ensure there is enough time to receive a proper determination from the Microsoft Defender Antivirus cloud service.
Checks: C-83196r1144060_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MpEngine >> Configure extended cloud check is set to "Enabled" with a Policy Option value of "50"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\MpEngine Criteria: If the value "MpBafsExtendedTimeout" is REG_DWORD = 50, this is not a finding. If the value is other than 50, this is a finding.

Fix: F-83101r1133677_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MpEngine >> Configure extended cloud check to "Enabled" with a Policy Option value of "50". Click "OK". Click "Apply".

b
Microsoft Defender AV must enable script scanning.
SI-3 - Medium - CCI-001242 - V-278668 - SV-278668r1144063_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000064
Vuln IDs
  • V-278668
Rule IDs
  • SV-278668r1144063_rule
Always-on protection consists of real-time protection, behavior monitoring, and heuristics to identify malware based on known suspicious and malicious activities. These activities include events, such as processes making unusual changes to existing files, modifying or creating automatic startup registry keys and startup locations (also known as autostart extensibility points, or ASEPs), and other changes to the file system or file structure.
Checks: C-83202r1144062_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> Turn on script scanning is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "DisableScriptScanning" is REG_DWORD = 0, this is not a finding. If the value is 1, this is a finding.

Fix: F-83107r1133695_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> Turn on script scanning to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must enable real-time protection and Security Intelligence Updates during OOBE.
SI-3 - Medium - CCI-001242 - V-278669 - SV-278669r1144065_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000065
Vuln IDs
  • V-278669
Rule IDs
  • SV-278669r1144065_rule
Always-on protection consists of real-time protection, behavior monitoring, and heuristics to identify malware based on known suspicious and malicious activities. These activities include events, such as processes making unusual changes to existing files, modifying or creating automatic startup registry keys and startup locations (also known as autostart extensibility points, or ASEPs), and other changes to the file system or file structure.
Checks: C-83203r1144064_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> Configure real-time protection and Security Intelligence Updates during OOBE is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Real-Time Protection Criteria: If the value "OobeEnableRtpAndSigUpdate" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83108r1133698_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Real-time Protection >> Configure real-time protection and Security Intelligence Updates during OOBE to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must enable network protection to be configured into block or audit mode on Windows Server.
SC-18 - Medium - CCI-001170 - V-278672 - SV-278672r1144067_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000068
Vuln IDs
  • V-278672
Rule IDs
  • SV-278672r1144067_rule
Microsoft's Exploit Guard comprises several techniques to defend against phishing attacks and malware. These include controlled folder access, attack surface reduction, and network protection.
Checks: C-83206r1144066_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Network Protection >> This settings controls whether Network Protection is allowed to be configured into block or audit mode on Windows Server is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\Network Protection Criteria: If the value "AllowNetworkProtectionOnWinServer" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83111r1133707_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Microsoft Defender Exploit Guard >> Network Protection >> This settings controls whether Network Protection is allowed to be configured into block or audit mode on Windows Server to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must disable auto exclusions.
SC-18 - Medium - CCI-001170 - V-278673 - SV-278673r1144069_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000069
Vuln IDs
  • V-278673
Rule IDs
  • SV-278673r1144069_rule
Custom exclusions apply to scheduled scans, on-demand scans, and always-on real-time protection and monitoring. Exclusions for process-opened files only apply to real-time protection.
Checks: C-83207r1144068_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Exclusions >> Turn off Auto Exclusions is set to "Disabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Exclusions Criteria: If the value "DisableAutoExclusions" is REG_DWORD = 0, this is not a finding. If the value is 1, this is a finding.

Fix: F-83112r1133710_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Exclusions >> Turn off Auto Exclusions to "Disabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must enable EDR in block mode.
SC-18 - Medium - CCI-001170 - V-278674 - SV-278674r1144071_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000070
Vuln IDs
  • V-278674
Rule IDs
  • SV-278674r1144071_rule
EDR in block mode allows Microsoft Defender Antivirus to take actions on post-breach, behavioral EDR detections. EDR in block mode is integrated with threat and vulnerability management capabilities.
Checks: C-83208r1144070_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Features >> Enable EDR in block mode is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Features Criteria: If the value "PassiveRemediation" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83113r1133713_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Features >> Enable EDR in block mode to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must report Dynamic Signature dropped events.
SC-18 - Medium - CCI-001170 - V-278675 - SV-278675r1144073_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000071
Vuln IDs
  • V-278675
Rule IDs
  • SV-278675r1144073_rule
Microsoft Defender Antivirus logs "Dynamic Signature dropped" events when it blocks or removes a file based on a dynamically updated signature, but the signature itself is dropped, meaning it was not fully processed or applied. This can indicate a potential issue with signature updates or the system's ability to handle them.
Checks: C-83209r1144072_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Reporting >> Configure whether to report Dynamic Signature dropped events is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Reporting Criteria: If the value "EnableDynamicSignatureDroppedEventReporting" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83114r1133716_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Reporting >> Configure whether to report Dynamic Signature dropped events to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must scan excluded files and directories during quick scans.
SI-3 - Medium - CCI-001242 - V-278676 - SV-278676r1144075_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000072
Vuln IDs
  • V-278676
Rule IDs
  • SV-278676r1144075_rule
In Microsoft Defender Antivirus, when an exclusion for a file or folder is created, it will generally be skipped during both real-time protection and on-demand scans (including quick scans and full scans). However, with newer releases, the option exists to configure quick scans to include files and directories that are otherwise excluded from real-time protection.
Checks: C-83210r1144074_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> Scan excluded files and directories during quick scans is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Scan Criteria: If the value "QuickScanIncludeExclusions" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83115r1133719_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> Scan excluded files and directories during quick scans to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must convert warn verdict to block.
SC-18 - Medium - CCI-001170 - V-278677 - SV-278677r1144077_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000074
Vuln IDs
  • V-278677
Rule IDs
  • SV-278677r1144077_rule
If a site URL has an unknown or uncertain reputation, a toast notification presents the user with the following options: - Ok: The toast notification is released (removed), and the attempt to access the site is ended. - Unblock: The user has access to the site for 24 hours, at which point the block is reenabled. The user can continue to use Unblock to access the site until such time that the administrator prohibits (blocks) the site, thus removing the option to Unblock. - Feedback: The toast notification presents the user with a link to submit a ticket, which the user can use to submit feedback to the administrator in an attempt to justify access to the site.
Checks: C-83211r1144076_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Network Inspection System >> Convert warn verdict to block is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\NIS Criteria: If the value "EnableConvertWarnToBlock" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83116r1134122_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MpEngine >> Convert warn verdict to block to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must enable asynchronous inspection.
SC-18 - Medium - CCI-001170 - V-278678 - SV-278678r1144079_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000075
Vuln IDs
  • V-278678
Rule IDs
  • SV-278678r1144079_rule
Network protection includes performance optimization that allows block mode to asynchronously inspect long-lived connections, which might provide a performance improvement. This optimization can also help with app compatibility problems.
Checks: C-83212r1144078_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Network Inspection System >> Turn on asynchronous inspection is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\NIS Criteria: If the value "AllowSwitchToAsyncInspection" is REG_DWORD = 1, this is not a finding. If the value is 0, this is a finding.

Fix: F-83117r1133725_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MpEngine >> Turn on asynchronous inspection to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must scan packed executables.
SI-3 - Medium - CCI-001242 - V-278679 - SV-278679r1144081_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000076
Vuln IDs
  • V-278679
Rule IDs
  • SV-278679r1144081_rule
This policy setting manages whether Microsoft Defender Antivirus scans packed executables. Packed executables are executable files that contain compressed code.
Checks: C-83213r1144080_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> Scan packed executables is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Scan Criteria: If the value "DisablePackedExeScanning" is REG_DWORD = 0, this is not a finding. If the value is 1, this is a finding.

Fix: F-83118r1133728_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> Scan packed executables to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must enable heuristics.
SI-3 - Medium - CCI-001242 - V-278680 - SV-278680r1144083_rule
RMF Control
SI-3
Severity
Medium
CCI
CCI-001242
Version
WNDF-AV-000077
Vuln IDs
  • V-278680
Rule IDs
  • SV-278680r1144083_rule
Always-on protection consists of real-time protection, behavior monitoring, and heuristics to identify malware based on known suspicious and malicious activities.
Checks: C-83214r1144082_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> Turn on heuristics is set to "Enabled"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\Scan Criteria: If the value "DisableHeuristics" is REG_DWORD = 0, this is not a finding. If the value is 1, this is a finding.

Fix: F-83119r1133731_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> Scan >> Turn on heuristics to "Enabled". Click "OK". Click "Apply".

b
Microsoft Defender AV must set cloud protection level to High.
SC-18 - Medium - CCI-001170 - V-278863 - SV-278863r1144086_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
WNDF-AV-000073
Vuln IDs
  • V-278863
Rule IDs
  • SV-278863r1144086_rule
Cloud protection in Microsoft Defender Antivirus delivers accurate, real-time, and intelligent protection. Cloud protection should be enabled by default.
Checks: C-83397r1144084_chk

Verify the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MpEngine >> Select cloud protection level is set to "Enabled". Verify the policy value for "Select cloud blocking level" is set to "High blocking level"; otherwise, this is a finding. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Policies\Microsoft\Windows Defender\MpEngine Criteria: If the value "MpCloudBlockLevel" is REG_DWORD = 2, this is not a finding. If the value is other than 2, this is a finding.

Fix: F-83302r1144085_fix

Set the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> Microsoft Defender Antivirus >> MpEngine >> Select cloud protection level to "Enabled". Set policy value "Select cloud blocking level" to "High blocking level". Click "OK". Click "Apply".