mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-09 14:06:53 +00:00
Raise bps limit, add exception for systemd
This commit is contained in:
parent
ed6f37e11b
commit
515f51daa6
@ -26,7 +26,7 @@ FROM
|
||||
processes p
|
||||
LEFT JOIN hash ON p.path = hash.path
|
||||
WHERE
|
||||
bytes_per_second > 2000000
|
||||
bytes_per_second > 2500000
|
||||
AND age > 180
|
||||
AND p.path NOT LIKE '/Applications/%.app/Contents/%'
|
||||
AND p.path NOT LIKE '/System/Library/%'
|
||||
@ -45,6 +45,7 @@ WHERE
|
||||
'launcher',
|
||||
'LogiFacecamService',
|
||||
'nautilus',
|
||||
'systemd',
|
||||
'nessusd',
|
||||
'nix',
|
||||
'osqueryd',
|
||||
|
Loading…
Reference in New Issue
Block a user