アンチウィルスソフト(Clam AntiVirus) - CentOS|Systems Engineer Wiki

Systems Engineer Wiki

訪問者:23,221,540 人目

<< 2021年08月 

1234567
891011121314
15161718192021
22232425262728
293031
お知らせ・メンテナンス情報
  >  
  >  
アンチウィルスソフト(Clam AntiVirus)

アンチウィルスソフト(Clam AntiVirus)

投稿日:2015-01-27 17:31:35

アンチウィルスソフト(Clam AntiVirus)

CentOS 6.Xでウィルス検索をしようと思いアンチウィルスソフト(Clam AntiVirus)をインストールしてみました。 今回インストールしたのは、Clam AntiVirusというアンチウィルスソフトです。 この他にも色々あるようなのですが・・・・ まずインストールモジュールが、リポジトリに登録されているか確認してみます。

# 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.riken.jp * epel: ftp.riken.jp * extras: ftp.riken.jp * rpmforge: ftp.riken.jp * updates: ftp.tsukuba.wide.ad.jp インストール済みパッケージ clamd.x86_64    0.98.5-1.el6    @epel

どうも、epelリポジトリにモジュールがあったのでこちらからインストールしてみます。

# yum --enablerepo=epel install clamd

次にサービスの起動を行います。

# etc/rc.d/init.d/clamd start

次にサービスの自動起動設定を行います。

# chkconfig clamd on

続いてウィルス定義ファイルの最新化を行います。 ウィルス定義ファイルの最新化を行うには、freshclamコマンドを実行します。

# freshclam ClamAV update process started at Tue Jan 24 16:17:59 2015 main.cld is up to date (version: 55, sigs: 2424225, f-level: 60, builder: neo) Downloading daily.cvd [100%] daily.cvd updated (version: 19982, sigs: 1314946, f-level: 63, builder: neo) Downloading bytecode-244.cdiff [100%] Downloading bytecode-245.cdiff [100%] bytecode.cld updated (version: 245, sigs: 43, f-level: 63, builder: dgoddard) Database updated (3739214 signatures) from db.us.clamav.net (IP: 208.72.56.53) Clamd successfully notified about the update