What's the best way to query a macOS system to determine if it has antivirus running?
Scott Bonar
11/28/2023, 9:33 PM
This is what I have come up with "SELECT identifier FROM system_extensions WHERE category LIKE ‘%com.apple.system_extension.endpoint_security%' and state = ‘activated_enabled’;"
Just want to make sure it's OK.