mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-07 13:59:26 +00:00
Accept strace-log-merge anywhere
This commit is contained in:
parent
47bb017183
commit
32e3657221
@ -38,13 +38,11 @@ WHERE
|
||||
OR mod_time LIKE "% 00:00:00"
|
||||
)
|
||||
-- false positives
|
||||
AND file.path NOT IN (
|
||||
'/etc/master.passwd',
|
||||
'/usr/share/doc/strace/NEWS',
|
||||
'/bin/strace-log-merge',
|
||||
'/etc/printcap',
|
||||
'/usr/bin/strace-log-merge',
|
||||
'/bin/X11/strace-log-merge'
|
||||
AND filename NOT IN (
|
||||
'master.passwd',
|
||||
'NEWS',
|
||||
'printcap',
|
||||
'strace-log-merge'
|
||||
)
|
||||
AND file.path NOT LIKE '%/lynis%'
|
||||
AND file.path NOT LIKE '%/yelp-xsl%'
|
||||
|
Loading…
Reference in New Issue
Block a user