macOS antivirus query
# macos
s
What's the best way to query a macOS system to determine if it has antivirus running?
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.