osquery-defense-kit/incident_response/startup_items.sql
Thomas Stromberg e785c35614
v0.0.1
2022-10-13 09:11:17 -04:00

9 lines
260 B
SQL

-- Retrieve all the items that will load when the target OSX system starts.
--
-- interval: 86400
-- platform: darwin
-- value: Identify malware that uses this persistence mechanism to launch at a given interval
-- version: 1.4.5
select * from startup_items;