[clamav-users] ClamAV md5 hash DB
Srinivasreddy R
srinivasreddy4390 at gmail.com
Wed Jul 12 12:44:55 UTC 2017
Hi All,
I have converted main.cvd to md5 hash database.
I have downloaded a file : wget
http://old.honeynet.org/scans/scan19/scan19.tar.gz
and when i scan with clamscan it is detecting threat in the tar file .
I am not able to find md5 hash of the tar file downloaded in md5 hash
database created from main.cvd .
I am assuming clamAV hash DB should contain md5 hash of the threat file .
Please give me some inputs .
Below are the steps to create hash DB:
-----------------------------------------------------
# download clamav database files
wget http://database.clamav.net/main.cvd
# extract the databases
sigtool --unpack main.cvd
# extract md5 hash only to blacklist_md5
cat main.hdb >> clamav_md5
cut -d':' -f1 clamav_md5 > blacklist_md5
thanks
srinivas
More information about the clamav-users
mailing list