diff options
-rw-r--r-- | conf/scores.d/phishing_group.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/scores.d/phishing_group.conf b/conf/scores.d/phishing_group.conf index 24d0ad596..54a660a55 100644 --- a/conf/scores.d/phishing_group.conf +++ b/conf/scores.d/phishing_group.conf @@ -25,6 +25,10 @@ symbols = { description = "Phished URL"; one_shot = true; } + "PHISHED_EXCLUDED" { + weight = 0.0; + description = "Phished URL found in exclusions list"; + } "PHISHED_OPENPHISH" { weight = 7.0; description = "Phished URL found in openphish.com"; |