mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-13 17:44:33 +00:00
8 lines
141 B
SQL
8 lines
141 B
SQL
-- Retrieves the services for the Application Layer Firewall in OSX.
|
|
-- tags: postmortem
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
alf_services;
|