From 26ff9c3218c334f15f11a344404fafb5035459ae Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 28 Jun 2016 16:45:05 +0100 Subject: [Feature] Add preliminary phishtank support --- conf/modules.d/phishing.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/modules.d') diff --git a/conf/modules.d/phishing.conf b/conf/modules.d/phishing.conf index 392708cde..861aee7ae 100644 --- a/conf/modules.d/phishing.conf +++ b/conf/modules.d/phishing.conf @@ -19,6 +19,9 @@ phishing { .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/phishing.conf" symbol = "PHISHING"; openphish_map = "https://www.openphish.com/feed.txt"; + # Disabled by default + phishtank_enabled = false; + phishtank_map = "http://data.phishtank.com/data/online-valid.json"; # Make exclusions for known redirectors redirector_domains = [ -- cgit v1.2.3