mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-16 09:27:06 +00:00
9 lines
245 B
MySQL
9 lines
245 B
MySQL
|
-- Retrieves all the jobs scheduled in crontab in the target system.
|
||
|
--
|
||
|
-- interval: 3600
|
||
|
-- platform: posix
|
||
|
-- value: Identify malware that uses this persistence mechanism to launch at a given interval
|
||
|
-- version: 1.4.5
|
||
|
|
||
|
select * from crontab;
|