Terminology Index
Glossary
1801 terms
Showing 449-480 of 1801 terms
Crontab
The configuration that schedules recurring jobs on Linux and Unix systems. Because it runs commands automatically on a schedule, attackers abuse it as a persistence mechanism by adding a malicious scheduled task.
Cron runs jobs defined in crontab files at set times, a legitimate administration tool. Attackers exploit this for persistence: a crontab entry that periodically re-launches a backdoor or beacon survives reboots and keeps a foothold alive. Defenders audit crontab files, including per-user and system-wide locations, for unexpected entries, since an unfamiliar scheduled job is a classic sign of persistence on a compromised host.
Introduced in: Operating Systems for Defenders
Examples
- An attacker adding a cron job that re-launches a backdoor every few minutes.
- Auditing user and system crontabs for unfamiliar scheduled commands.
- Spotting a cron entry pointing to a script in an unusual location.
No related terms linked yet.
