Skip to content

Commit

Permalink
Merge pull request #4557 from twesterhever/temp-align-dnsbl-scores
Browse files Browse the repository at this point in the history
[Minor] Slightly adjust DNSBL scores
  • Loading branch information
vstakhov committed Aug 19, 2023
2 parents 13010c9 + c3b48ef commit 0b5142f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions conf/scores.d/surbl_group.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ symbols = {
groups = ["surblorg", "blocked"];
}
"PH_SURBL_MULTI" {
weight = 5.5;
weight = 7.5;
description = "A domain in the message is listed in SURBL as phishing";
one_shot = true;
groups = ["surblorg", "phishing"];
}
"MW_SURBL_MULTI" {
weight = 5.5;
weight = 7.5;
description = "A domain in the message is listed in SURBL as malware";
one_shot = true;
groups = ["surblorg"];
}
"ABUSE_SURBL" {
weight = 5.5;
weight = 5.0;
description = "A domain in the message is listed in SURBL as abused";
one_shot = true;
groups = ["surblorg"];
}
"CRACKED_SURBL" {
weight = 4.0;
weight = 5.0;
description = "A domain in the message is listed in SURBL as cracked";
one_shot = true;
groups = ["surblorg"];
Expand Down Expand Up @@ -117,49 +117,49 @@ symbols = {
groups = ["spamhaus"];
}
"DBL_PHISH" {
weight = 6.5;
weight = 7.5;
description = "A domain in the message is listed in Spamhaus DBL as phishing";
one_shot = true;
groups = ["spamhaus"];
}
"DBL_MALWARE" {
weight = 6.5;
weight = 7.5;
description = "A domain in the message is listed in Spamhaus DBL as malware";
one_shot = true;
groups = ["spamhaus"];
}
"DBL_BOTNET" {
weight = 5.5;
weight = 7.5;
description = "A domain in the message is listed in Spamhaus DBL as botnet C&C";
one_shot = true;
groups = ["spamhaus"];
}
"DBL_ABUSE" {
weight = 6.5;
weight = 5.0;
description = "A domain in the message is listed in Spamhaus DBL as abused legit spam";
one_shot = true;
groups = ["spamhaus"];
}
"DBL_ABUSE_REDIR" {
weight = 1.5;
weight = 5.0;
description = "A domain in the message is listed in Spamhaus DBL as spammed redirector domain";
one_shot = true;
groups = ["spamhaus"];
}
"DBL_ABUSE_PHISH" {
weight = 7.5;
weight = 6.5;
description = "A domain in the message is listed in Spamhaus DBL as abused legit phish";
one_shot = true;
groups = ["spamhaus"];
}
"DBL_ABUSE_MALWARE" {
weight = 7.5;
weight = 6.5;
description = "A domain in the message is listed in Spamhaus DBL as abused legit malware";
one_shot = true;
groups = ["spamhaus"];
}
"DBL_ABUSE_BOTNET" {
weight = 5.5;
weight = 6.5;
description = "A domain in the message is listed in Spamhaus DBL as abused legit botnet C&C";
one_shot = true;
groups = ["spamhaus"];
Expand Down Expand Up @@ -230,14 +230,14 @@ symbols = {
}
"URIBL_SBL_CSS" {
ignore = true;
weight = 6.5;
weight = 5.0;
description = "A domain in the message body resolves to an IP listed in Spamhaus CSS";
one_shot = true;
groups = ["spamhaus"];
}
"URIBL_XBL" {
ignore = true;
weight = 1.5;
weight = 3.0;
description = "A domain in the message body resolves to an IP listed in Spamhaus XBL";
one_shot = true;
groups = ["spamhaus"];
Expand Down

0 comments on commit 0b5142f

Please sign in to comment.