osquery-defense-kit/incident_response/startup_items.sql
2022-10-19 16:19:53 -04:00

8 lines
134 B
SQL

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