mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-17 01:47:06 +00:00
9 lines
257 B
SQL
9 lines
257 B
SQL
-- Retrieves all the currently installed applications in the target OSX system.
|
|
--
|
|
-- interval: 3600
|
|
-- platform: darwin
|
|
-- value: Identify malware, adware, or vulnerable packages that are installed as an application.
|
|
-- version: 1.4.5
|
|
|
|
select * from apps;
|