osquery-defense-kit/incident_response/certificates.sql

5 lines
135 B
SQL

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