osquery-defense-kit/incident_response/unified_log_macos.sql

9 lines
129 B
MySQL
Raw Normal View History

2023-02-23 14:35:38 +00:00
-- Retrieves recent entries from the macOS unified log
--
-- tags: postmortem
-- platform: darwin
SELECT
*
FROM
2023-05-08 17:20:47 +00:00
unified_log;