mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
650db555fd
This PR includes 6 potentially useful queries.
263 B
263 B
Detect machines with Gatekeeper disabled
Gatekeeper tries to ensure only trusted software is run on a mac machine.
Platforms
macOS
Query
SELECT * FROM gatekeeper WHERE assessments_enabled = 0;
Purpose
Detection
Remediation
TODO