mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-16 09:27:06 +00:00
9 lines
283 B
MySQL
9 lines
283 B
MySQL
|
-- 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';
|