mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
os_anti_virus_installed rule #169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @grismemj on GitHub.
Summary
The check looks for 1 instance of com.apple.XprotectFramework.PluginService$ or com.apple.XProtect.daemon.scan$, but there are actually 2 in current Ventura on Monterey installs.
Steps to reproduce
Run the check code on the command line when XProtect is active and it returns 2 instead of the 1 the rule is checking.
Operating System version
13.4, 13.5 beta, or 12.6.6
Intel or Apple Silicon
Both Intel and Apple Silicon
What is the current bug behavior?
Rules fails even though XProtect is active
What is the expected correct behavior?
Rule does not fail when XProtect is active
Relevant logs and/or screenshots
Fri Jun 2 16:07:58 UTC 2023 os_anti_virus_installed failed (Result: 2, Expected: {integer: 1})
Output of checks
Fri Jun 2 16:07:58 UTC 2023 os_anti_virus_installed failed (Result: 2, Expected: {integer: 1})
Possible fixes
Change the rule to check for 2
@bernstei commented on GitHub:
@robertgendler any progress on this?
@robertgendler commented on GitHub:
@bernstei We'll try to fix it.
@bernstei commented on GitHub:
@robertgendler any thoughts on this monterey issue?
@robertgendler commented on GitHub:
This is fixed in I believe the
venturabranch and for sure indev_ventura_stig. We will be pushing these changes tomainshortly.@bernstei commented on GitHub:
@robertgendler As of now, the
montereybranchcommit 9bfb62a22da1ad0f123a3182ef8c274a8ab14bba (HEAD -> monterey, origin/monterey)appears to fail in the same way. Is that expected somehow, or did this fix fail to make it to monterey?@robertgendler commented on GitHub:
@bernstei all merged into monterey with the newest stig updates and all.