osquery-defense-kit/incident_response/unified_log_macos.sql
Thomas Stromberg 41d83350a1
make reformat
2023-05-08 13:20:47 -04:00

9 lines
129 B
SQL

-- Retrieves recent entries from the macOS unified log
--
-- tags: postmortem
-- platform: darwin
SELECT
*
FROM
unified_log;