osquery-defense-kit/incident_response/package_install_history_mac...

8 lines
106 B
SQL

-- Return macOS package install history
--
-- tags: postmortem
SELECT
*
FROM
package_install_history;