osquery-defense-kit/detection/execution/xprotect-reports.sql

9 lines
159 B
SQL

-- Returns a list of malware matches from macOS XProtect
--
-- tags: persistent often malware xprotect
-- platform: darwin
SELECT
*
FROM
xprotect_reports;