Update antivirus-signatures-up-to-date.yml (#25990)
Update to fix policy logic.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- name: Windows - Antivirus signatures up to date
|
||||
query: SELECT 1 from windows_security_center wsc CROSS JOIN windows_security_products wsp WHERE antivirus = 'Good' AND type = 'Antivirus' AND signatures_up_to_date=1;
|
||||
query: SELECT 1 FROM windows_security_products WHERE name LIKE '%Microsoft Defender Antivirus%' AND signatures_up_to_date = 1;
|
||||
critical: false
|
||||
description: Checks the status of antivirus and signature updates from the Windows Security Center.
|
||||
resolution: "Run all available Windows updates."
|
||||
resolution: Run all available Windows updates.
|
||||
platform: windows
|
||||
|
||||
Reference in New Issue
Block a user