mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-05 21:09:29 +00:00
9 lines
277 B
SQL
9 lines
277 B
SQL
-- Retrieves all the entries in the target system /etc/hosts file.
|
|
--
|
|
-- interval: 86400
|
|
-- platform: posix
|
|
-- value: Identify network communications that are being redirected. Example: identify if security logging has been disabled
|
|
-- version: 1.4.5
|
|
|
|
select * from etc_hosts;
|