Retrieves all the jobs scheduled in crontab in the target system.: Identify malware that uses this persistence mechanism to launch at a given interval
Query:
select * from crontab;Additional Query Info:
Version: 1.4.5
Platform: posix
Interval: 3600
JSON:
{ "queries": { "crontab": { "query" : "select * from crontab;", "interval" : "3600", "platform" : "posix", "version": "1.4.5", "description" : "Retrieves all the jobs scheduled in crontab in the target system.", "value" : "Identify malware that uses this persistence mechanism to launch at a given interval" } } }