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

8 lines
106 B
MySQL
Raw Normal View History

2023-02-23 14:35:38 +00:00
-- Return macOS package install history
--
-- tags: postmortem
SELECT
*
FROM
2023-05-08 17:20:47 +00:00
package_install_history;