mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-18 03:54:30 +00:00
9 lines
286 B
SQL
9 lines
286 B
SQL
-- Retrieves the current filters and chains per filter in the target system.
|
|
--
|
|
-- interval: 3600
|
|
-- platform: linux
|
|
-- value: Verify firewall settings are as restrictive as you need. Identify unwanted firewall holes made by malware or humans
|
|
-- version: 1.4.5
|
|
|
|
select * from iptables;
|