CentOS 7.2 安装Clam AntiVirus

Clam AntiVirus 简介

Clam AntiVirus 安装

  • 安装Clam AntiVirus以保护服务器免受病毒攻击
@ 安装
[root@linuxprobe ~]#  yum --enablerepo=epel -y install clamav clamav-update 
[root@linuxprobe ~]# sed -i -e "s/^Example/#Example/" /etc/freshclam.conf
[root@linuxprobe ~]# freshclam
[root@linuxprobe ~]# clamscan --infected --remove --recursive /home
LibClamAV Warning: ******************************************************
LibClamAV Warning: *** Virus database timestamp in the future! ***
LibClamAV Warning: *** Please check the timezone and clock settings ***
LibClamAV Warning: ******************************************************

----------- SCAN SUMMARY -----------
KNown viruses: 5045042
Engine version: 0.99.2
Scanned directories: 5
Scanned files: 9
Infected files: 0
Data scanned: 0.00 MB
Data read: 0.00 MB (ratio 0.00:1)
Time: 10.659 sec (0 m 10 s)
# 下载使用病毒
[root@linuxprobe ~]# curl -O http://www.eicar.org/download/eicar.com 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
 Dload Upload Total Spent Left Speed
100    68  100    68    0     0     20      0  0:00:03  0:00:03 --:--:--    20
# 搜索删除病毒文件
[root@linuxprobe ~]# clamscan --infected --remove --recursive .
LibClamAV Warning: ******************************************************
LibClamAV Warning: *** Virus database timestamp in the future! ***
LibClamAV Warning: *** Please check the timezone and clock settings ***
LibClamAV Warning: ******************************************************
./eicar.com: Eicar-Test-Signature FOUND
./eicar.com: Removed.

----------- SCAN SUMMARY -----------
KNown viruses: 5045042
Engine version: 0.99.2
Scanned directories: 4
Scanned files: 11
Infected files: 1
Data scanned: 0.01 MB
Data read: 0.00 MB (ratio 2.00:1)
Time: 7.595 sec (0 m 7 s)

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native