mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-18 03:54:30 +00:00
3a005452ee
Signed-off-by: Dave Smith <dave.smith@chainguard.dev>
9 lines
135 B
SQL
9 lines
135 B
SQL
-- Retrieves recent entries from the macOS unified log
|
|
--
|
|
-- tags: postmortem extra
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
unified_log;
|