mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-26 23:32:47 +00:00
Decrease download limits to begin with
This commit is contained in:
parent
c2ce0ce7d7
commit
37ce71b94f
@ -23,4 +23,4 @@ WHERE
|
||||
AND MAX(file.btime, file.ctime, file.mtime) > (strftime('%s', 'now') -604800)
|
||||
-- "GROUP BY" should be unnecessary, but Kolide seems to require it
|
||||
GROUP BY ea.key
|
||||
HAVING total_size > (100*1024*1024) OR num_downloads > 5
|
||||
HAVING total_size > (100*1024*1024) OR num_downloads > 4
|
@ -20,4 +20,4 @@ WHERE
|
||||
AND MAX(file.btime, file.ctime, file.mtime) > (strftime('%s', 'now') -604800)
|
||||
-- "GROUP BY" should be unnecessary, but Kolide seems to require it
|
||||
GROUP BY ea.key
|
||||
HAVING total_size > (100*1024*1024) OR num_exports > 2
|
||||
HAVING total_size > (100*1024*1024) OR num_exports > 1
|
||||
|
Loading…
Reference in New Issue
Block a user