mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-12 00:54:37 +00:00
9 lines
147 B
SQL
9 lines
147 B
SQL
-- Retrieves the current filters and chains per filter in the target system.
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT
|
|
*
|
|
FROM
|
|
iptables;
|