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