Retrieve most programs that are part of a systems startup (multi-platform)


Query · osquery

-- Retrieve most programs that are part of a systems startup (multi-platform)
--
-- tags: postmortem
SELECT
  *
FROM
  startup_items;
Raw source Retrieve most programs that are part of a systems startup (multi-platform) · osquery SQL
Esc
Published by chainguard-dev/osquery-defense-kit ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
-- Retrieve most programs that are part of a systems startup (multi-platform)
--
-- tags: postmortem
SELECT
  *
FROM
  startup_items;

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.