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

9 lines
137 B
SQL

-- Retrieves entries from the macOS authorization rights db
--
-- tags: postmortem
-- platform: darwin
SELECT
*
FROM
authorizations;