mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-18 02:17:01 +00:00
9 lines
283 B
SQL
9 lines
283 B
SQL
-- Retrieves the current status of IP/IPv6 forwarding.
|
|
--
|
|
-- interval: 3600
|
|
-- platform: posix
|
|
-- value: Identify if a machine is being used as relay.
|
|
-- version: 1.4.5
|
|
|
|
select * from system_controls where oid = '4.30.41.1' union select * from system_controls where oid = '4.2.0.1';
|