mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-03-01 16:30:28 +00:00
Add more localhost entries
This commit is contained in:
parent
27b9e620f2
commit
d164591365
@ -6,12 +6,14 @@ WHERE
|
||||
hostnames NOT IN (
|
||||
'localhost',
|
||||
'localhost ip6-localhost ip6-loopback',
|
||||
'localhost localhost.localdomain localhost4 localhost4.localdomain4',
|
||||
'ip6-allnodes',
|
||||
'ip6-allrouters',
|
||||
'kubernetes'
|
||||
)
|
||||
AND address NOT IN (
|
||||
'127.0.1.1',
|
||||
'127.0.0.1',
|
||||
'::1',
|
||||
'ff02::1',
|
||||
'ff02::2',
|
||||
|
Loading…
Reference in New Issue
Block a user