mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-18 10:36:56 +00:00
11 lines
263 B
SQL
11 lines
263 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;
|