From 5081d6d9f1207295715709513f75480b7e824df4 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 16 Jan 2019 23:41:27 +0100 Subject: [PATCH] [ClamAV] Add more signatures --- data/Dockerfiles/clamd/bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/Dockerfiles/clamd/bootstrap.sh b/data/Dockerfiles/clamd/bootstrap.sh index 15618d72..fcfe0934 100755 --- a/data/Dockerfiles/clamd/bootstrap.sh +++ b/data/Dockerfiles/clamd/bootstrap.sh @@ -42,7 +42,14 @@ while true; do --include 'blurl.ndb' \ --include 'junk.ndb' \ --include 'jurlbl.ndb' \ + --include 'jurbla.ndb' \ + --include 'phishtank.ndb' \ --include 'phish.ndb' \ + --include 'spamimg.hdb' \ + --include 'scam.ndb' \ + --include 'rogue.hdb' \ + --include 'sanesecurity.ftm' \ + --include 'sigwhitelist.ign2' \ --exclude='*' /var/lib/clamav/ if [ $? -eq 0 ]; then echo RELOAD | nc localhost 3310