Retrieves the current status of IP/IPv6 forwarding.


Query · osquery

-- Retrieves the current status of IP/IPv6 forwarding.
--
-- tags: postmortem
-- platform: posix
SELECT
  *
FROM
  system_controls
WHERE
  oid = '4.30.41.1'
UNION
SELECT
  *
FROM
  system_controls
WHERE
  oid = '4.2.0.1';
Raw source Retrieves the current status of IP/IPv6 forwarding. · osquery SQL
Esc
Published by chainguard-dev/osquery-defense-kit ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
-- Retrieves the current status of IP/IPv6 forwarding.
--
-- tags: postmortem
-- platform: posix
SELECT
  *
FROM
  system_controls
WHERE
  oid = '4.30.41.1'
UNION
SELECT
  *
FROM
  system_controls
WHERE
  oid = '4.2.0.1';

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.