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

9 lines
134 B
MySQL
Raw Normal View History

-- Returns a list of malware matches from macOS XProtect
--
-- interval: 1200
-- platform: darwin
SELECT
*
FROM
xprotect_reports;