osquery-defense-kit/incident_response/startup_items.sql

8 lines
134 B
SQL

-- Retrieve most programs that are part of a systems startup (multi-platform)
--
-- tags: postmortem
SELECT
*
FROM
startup_items;