From Fedora Project Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

This test case tests the ability of ClamAV to scan files for various viruses and malwares.

Setup

  1. Ensure the Package-x-generic-16.pngclamav, Package-x-generic-16.pngclamav-update packages are installed.

How to test

  1. Edit freshclam configuration file: sed -i 's/^Example/#Example/' /etc/freshclam.conf
  2. Update viruses definitions/signatures: freshclam
  3. Download the EICAR test file or other files with viruses/malwares: curl -O https://secure.eicar.org/eicar.com
  4. Scan for viruses: clamscan eicar.com

Expected Results

  1. ClamAV should report at least one infected file found.