anti_virus:install_clamav
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
anti_virus:install_clamav [2016/07/04 08:19] – created peter | anti_virus:install_clamav [2019/11/25 22:19] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Anti Virus - Install ClamAV ====== | ||
- | |||
- | ===== Install ClamAV ===== | ||
- | |||
- | First we update the package repository: | ||
- | |||
- | <code bash> | ||
- | sudo apt-get update | ||
- | </ | ||
- | |||
- | Now we install the clamav scanner, the daemon and the database updater. | ||
- | |||
- | <code bash> | ||
- | sudo apt-get install clamav clamav-daemon clamav-freshclam | ||
- | </ | ||
- | |||
- | You can also install the **clamav-data** package, but the clamav-freshclam package is another (easier) way to update your virus definitions. | ||
- | |||
- | On RHEL, CentOS or Scientific Linux, you only need to install the clamav package: | ||
- | |||
- | <code bash> | ||
- | yum install clamav | ||
- | </ | ||
- | |||
- | |||
- | ===== Update the database ===== | ||
- | |||
- | The below two commands will restart the freshclam daemon (which auto updates the database) and then does a manual update of the definitions. | ||
- | |||
- | <code bash> | ||
- | sudo / | ||
- | sudo / | ||
- | </ | ||
- | |||
- | |||
- | ===== The daily scan ===== | ||
- | |||
- | The below cronjob will run a virus database definition update (so that the scan always has the most recent definitions) and afterwards run a full scan which will only report when there are infected files on the system. | ||
- | |||
- | <code bash> | ||
- | ## This should be a root cronjob. | ||
- | 30 01 * * * / | ||
- | </ | ||
- | |||
- | The **2>/ | ||
- | |||
- | Also make sure that your cron is configured so that it mails you the output of the cronjobs. | ||
- | |||
- | This is how a sample email looks if you have an infection: | ||
- | |||
- | <code bash> | ||
- | / | ||
- | / | ||
- | </ | ||
- | |||
- | |||
- | ===== Extra: the targeted scan ===== | ||
- | |||
- | The below cronjob is an example and you should adapt it as required. | ||
- | |||
- | <code bash> | ||
- | ## This should be a root cronjob. | ||
- | */29 * * * * / | ||
- | </ | ||
- | |||
- | This is how a sample email might look like: | ||
- | |||
- | <code bash> | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | </ | ||
anti_virus/install_clamav.1467620352.txt.gz · Last modified: 2020/07/15 09:30 (external edit)