osquery-defense-kit/incident_response/docker_image_history.sql

9 lines
129 B
SQL

-- Return the Docker image history on a machine
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
docker_image_history