osquery-defense-kit/incident_response/certificates.sql
2023-02-23 09:35:38 -05:00

5 lines
135 B
SQL

-- Retrieves all the currently installed certificates on a system
--
-- tags: postmortem
-- platform: posix
SELECT * FROM certificates;