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

9 lines
140 B
SQL

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