Return macOS package install history


Query · osquery

-- Return macOS package install history
--
-- tags: postmortem
SELECT
  *
FROM
  package_install_history;
Raw source Return macOS package install history · osquery SQL
Esc
Published by chainguard-dev/osquery-defense-kit ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
-- Return macOS package install history
--
-- tags: postmortem
SELECT
  *
FROM
  package_install_history;

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.