osquery-defense-kit/incident_response/sip_config.sql

8 lines
127 B
MySQL
Raw Normal View History

2023-02-23 14:35:38 +00:00
-- Retrieves System Integrity Protection Settings data
--
-- tags: postmortem
-- platform: darwin
SELECT
*
FROM
sip_config;