mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-20 20:40:43 +00:00
Also include binaries running from a hidden directory (1 deep)
This commit is contained in:
parent
00872b28bb
commit
4ec1581cc3
@ -29,6 +29,7 @@ WHERE
|
||||
(
|
||||
p.name LIKE '.%'
|
||||
OR f.filename LIKE '.%'
|
||||
OR f.directory LIKE '.%'
|
||||
)
|
||||
AND NOT f.path LIKE '/nix/store/%/%-wrapped'
|
||||
AND NOT (
|
||||
|
Loading…
Reference in New Issue
Block a user