osquery-defense-kit/incident_response/certificates.sql

9 lines
140 B
SQL

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