SLES 15
Sponsored Link

Clam AntiVirus インストール2019/01/15

 
アンチウィルスソフトウェア Clam AntiVirus をインストールします。
[1] Clamav をインストールします。
dlp:~ #
zypper -n install clamav
# 定義ファイル更新

dlp:~ #
freshclam

ClamAV update process started at Tue Jan 15 19:37:50 2019
main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
daily.cvd is up to date (version: 25299, sigs: 2209178, f-level: 63, builder: raynman)
bytecode.cvd is up to date (version: 328, sigs: 94, f-level: 63, builder: neo)
[2] 動作確認としてスキャンを実行してみます。
# /home をスキャン

dlp:~ #
clamscan --infected --remove --recursive /home
----------- SCAN SUMMARY -----------
Known viruses: 6768273
Engine version: 0.100.2
Scanned directories: 7
Scanned files: 7
Infected files: 0
Data scanned: 0.01 MB
Data read: 0.00 MB (ratio 2.00:1)
Time: 14.076 sec (0 m 14 s)

# お試し無害ウィルスをダウンロード

dlp:~ #
wget http://www.eicar.org/download/eicar.com
# スキャン

dlp:~ #
clamscan --infected --remove --recursive ./

./eicar.com: Eicar-Test-Signature FOUND
./eicar.com: Removed.    
# お試しウィルス削除
----------- SCAN SUMMARY -----------
Known viruses: 6768273
Engine version: 0.100.2
Scanned directories: 7
Scanned files: 8
Infected files: 1
Data scanned: 0.11 MB
Data read: 0.06 MB (ratio 1.75:1)
Time: 14.275 sec (0 m 14 s)
関連コンテンツ