osquery-defense-kit/detection/execution/xprotect-reports.sql
2022-10-14 14:19:13 -04:00

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;