mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-06 05:19:30 +00:00
8 lines
130 B
SQL
8 lines
130 B
SQL
-- Retrieves entries from the macOS preferences database
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
preferences; |