mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-20 20:16:49 +00:00
Be more leniant with lack-of-info filter
This commit is contained in:
parent
21aa79b2e0
commit
962b012e2c
@ -31,10 +31,7 @@ WHERE
|
||||
AND p.state != "Z"
|
||||
-- The kernel no longer has enough tracking information for this alert to be useful
|
||||
AND NOT (
|
||||
p.parent = 1
|
||||
AND p.path = ""
|
||||
AND p.cwd = ""
|
||||
AND p.name = ""
|
||||
p.parent = 1 AND p.path = ""
|
||||
)
|
||||
AND NOT (
|
||||
p.gid = 20
|
||||
|
Loading…
Reference in New Issue
Block a user