aboutsummaryrefslogtreecommitdiffstats
path: root/conf/scores.d/surbl_group.conf
blob: 255c03214fb5fa075b413c97b4996ba27e16323e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
# URIBL rules scores
#
# Please don't modify this file as your changes might be overwritten with
# the next update.
#
# You can modify '$LOCAL_CONFDIR/rspamd.conf.local.override' to redefine
# parameters defined on the top level
#
# You can modify '$LOCAL_CONFDIR/rspamd.conf.local' to add
# parameters defined on the top level
#
# For specific modules or configuration you can also modify
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults
#
# See https://rspamd.com/doc/tutorials/writing_rules.html for details

description = "URL DNS lists";

max_score = 12.5;

symbols = {
    "SURBL_BLOCKED" {
        weight = 0.0;
        description = "SURBL: query blocked by policy/overusage";
        one_shot = true;
        groups = ["surblorg", "blocked"];
    }
    "PH_SURBL_MULTI" {
        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 = 7.5;
        description = "A domain in the message is listed in SURBL as malware";
        one_shot = true;
        groups = ["surblorg"];
    }
    "ABUSE_SURBL" {
        weight = 5.0;
        description = "A domain in the message is listed in SURBL as abused";
        one_shot = true;
        groups = ["surblorg"];
    }
    "CRACKED_SURBL" {
        weight = 5.0;
        description = "A domain in the message is listed in SURBL as cracked";
        one_shot = true;
        groups = ["surblorg"];
    }
    "CT_SURBL" {
        weight = 0.0;
        description = "A domain in the message is listed in SURBL as a clicktracker";
        one_shot = true;
        groups = ["surblorg"];
    }
    "DM_SURBL" {
        weight = 0.0;
        description = "A domain in the message is listed in SURBL as belonging to a disposable email service";
        one_shot = true;
        groups = ["surblorg"];
    }

    "RSPAMD_URIBL" {
        weight = 4.5;
        description = "Rspamd uribl, bl.rspamd.com";
        one_shot = true;
        groups = ["rspamdbl"];
    }
    "RSPAMD_EMAILBL" {
        weight = 2.5;
        description = "Rspamd emailbl, bl.rspamd.com";
        one_shot = true;
        groups = ["rspamdbl"];
    }

    "MSBL_EBL" {
        weight = 7.5;
        description = "MSBL emailbl (https://www.msbl.org/)";
        one_shot = true;
        groups = ["ebl"];
    }

    "MSBL_EBL_GREY" {
        weight = 0.5; # TODO: test it
        description = "MSBL emailbl grey list (https://www.msbl.org/)";
        one_shot = true;
        groups = ["ebl"];
    }

    "SEM_URIBL_UNKNOWN" {
        weight = 0.0;
        description = "Unrecognised result from Spameatingmonkey URIBL";
        one_shot = true;
        groups = ["sem"];
    }
    "SEM_URIBL" {
        weight = 3.5;
        description = "A domain in the message is listed in Spameatingmonkey URIBL";
        one_shot = true;
        groups = ["sem"];
    }

    "SEM_URIBL_FRESH15_UNKNOWN" {
        weight = 0.0;
        description = "Unrecognised result from Spameatingmonkey Fresh15 URIBL";
        one_shot = true;
        groups = ["sem"];
    }
    "SEM_URIBL_FRESH15" {
        weight = 3.0;
        description = "A domain in the message is listed in Spameatingmonkey Fresh15 URIBL (registered in the past 15 days, .AERO,.BIZ,.COM,.INFO,.NAME,.NET,.PRO,.SK,.TEL,.US only)";
        one_shot = true;
        groups = ["sem"];
    }

    "DBL" {
        weight = 0.0;
        description = "Unrecognised result from Spamhaus DBL";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "DBL_SPAM" {
        weight = 6.5;
        description = "A domain in the message is listed in Spamhaus DBL as spam";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "DBL_PHISH" {
        weight = 7.5;
        description = "A domain in the message is listed in Spamhaus DBL as phishing";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "DBL_MALWARE" {
        weight = 7.5;
        description = "A domain in the message is listed in Spamhaus DBL as malware";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "DBL_BOTNET" {
        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 = 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 = 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 = 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 = 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 = 6.5;
        description = "A domain in the message is listed in Spamhaus DBL as abused legit botnet C&C";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "DBL_PROHIBIT" {
        weight = 0.0;
        description = "DBL uribl IP queries prohibited!";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "DBL_BLOCKED_OPENRESOLVER" {
        weight = 0.0;
        description = "You are querying Spamhaus from an open resolver, please see https://www.spamhaus.org/returnc/pub/";
        one_shot = true;
        groups = ["spamhaus", "blocked"];
    }
    "DBL_BLOCKED" {
        weight = 0.0;
        description = "You are exceeding the query limit, please see https://www.spamhaus.org/returnc/vol/";
        one_shot = true;
        groups = ["spamhaus", "blocked"];
    }

    "URIBL_MULTI" {
        weight = 0.0;
        description = "Unrecognised result from URIBL.com";
        one_shot = true;
        groups = ["uribl"];
    }
    "URIBL_BLOCKED" {
        weight = 0.0;
        description = "URIBL.com: query refused, likely due to policy/overusage";
        one_shot = true;
        groups = ["uribl", "blocked"];
    }
    "URIBL_BLACK" {
        weight = 7.5;
        description = "A domain in the message is listed in URIBL.com black";
        one_shot = true;
        groups = ["uribl"];
    }
    "URIBL_RED" {
        weight = 0.5;
        description = "A domain in the message is listed in URIBL.com red";
        one_shot = true;
        groups = ["uribl"];
    }
    "URIBL_GREY" {
        weight = 2.5;
        description = "A domain in the message is listed in URIBL.com grey";
        one_shot = true;
        groups = ["uribl"];
    }

    "SPAMHAUS_ZEN_URIBL" {
        ignore = true;
        weight = 0.0;
        description = "Unrecognised result from Spamhaus ZEN URIBL";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "URIBL_SBL" {
        ignore = true;
        weight = 6.5;
        description = "A domain in the message body resolves to an IP listed in Spamhaus SBL";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "URIBL_SBL_CSS" {
        ignore = true;
        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 = 3.0;
        description = "A domain in the message body resolves to an IP listed in Spamhaus XBL";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "URIBL_PBL" {
        ignore = true;
        weight = 0.01;
        description = "A domain in the message body resolves to an IP listed in Spamhaus PBL";
        one_shot = true;
        groups = ["spamhaus"];
    }
    "URIBL_DROP" {
        ignore = true;
        weight = 5.0;
        description = "A domain in the message body resolves to an IP listed in Spamhaus DROP";
        one_shot = true;
        groups = ["spamhaus"];
    }
}