mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-10 22:46:51 +00:00
9 lines
290 B
SQL
9 lines
290 B
SQL
SELECT * FROM crontab
|
|
WHERE command NOT LIKE "root%run-parts%"
|
|
AND command NOT LIKE "%freshclam%"
|
|
AND command NOT LIKE "%clamscan%"
|
|
AND command NOT LIKE "%e2scrub%"
|
|
AND command NOT LIKE "%zfs-linux%"
|
|
AND command NOT LIKE "%anacron start%"
|
|
AND command NOT LIKE "%/usr/lib/php/sessionclean%"
|