mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-19 19:26:55 +00:00
5 lines
135 B
SQL
5 lines
135 B
SQL
-- Retrieves all the currently installed certificates on a system
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: posix
|
|
SELECT * FROM certificates; |