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

9 lines
159 B
MySQL
Raw Normal View History

-- Returns a list of malware matches from macOS XProtect
--
2022-10-14 18:19:13 +00:00
-- tags: persistent often malware xprotect
-- platform: darwin
SELECT
*
FROM
xprotect_reports;