mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-18 03:54:30 +00:00
9 lines
138 B
SQL
9 lines
138 B
SQL
-- Retrieves account policy data, such as creation time
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
account_policy_data;
|