SV-253264r1186372_rule
V-253264
SRG-OS-000480-GPOS-00227
WN11-00-000045
CAT I
10
Install Microsoft Defender Antivirus or a third-party antivirus solution.
Verify an organizationally approved antivirus solution (Microsoft Defender Antivirus, for example) is installed on the system and in use.
Verify if Microsoft Defender Antivirus is in use or enabled:
Open PowerShell.
Enter "get-service | where {$_.DisplayName -Like "*Defender*"} | Select Status,DisplayName"
Verify third-party antivirus is in use or enabled:
Open PowerShell.
Enter "get-service | where {$_.DisplayName -Like "*mcafee*"} | Select Status,DisplayName"
Enter "get-service | where {$_.DisplayName -Like "*symantec*"} | Select Status,DisplayName"
If there is no antivirus solution installed on the system, this is a finding.
V-253264
False
WN11-00-000045
Verify an organizationally approved antivirus solution (Microsoft Defender Antivirus, for example) is installed on the system and in use.
Verify if Microsoft Defender Antivirus is in use or enabled:
Open PowerShell.
Enter "get-service | where {$_.DisplayName -Like "*Defender*"} | Select Status,DisplayName"
Verify third-party antivirus is in use or enabled:
Open PowerShell.
Enter "get-service | where {$_.DisplayName -Like "*mcafee*"} | Select Status,DisplayName"
Enter "get-service | where {$_.DisplayName -Like "*symantec*"} | Select Status,DisplayName"
If there is no antivirus solution installed on the system, this is a finding.
M
5471