You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

surbl_group.conf 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. # URIBL rules scores
  2. #
  3. # Please don't modify this file as your changes might be overwritten with
  4. # the next update.
  5. #
  6. # You can modify '$LOCAL_CONFDIR/rspamd.conf.local.override' to redefine
  7. # parameters defined on the top level
  8. #
  9. # You can modify '$LOCAL_CONFDIR/rspamd.conf.local' to add
  10. # parameters defined on the top level
  11. #
  12. # For specific modules or configuration you can also modify
  13. # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults
  14. # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults
  15. #
  16. # See https://rspamd.com/doc/tutorials/writing_rules.html for details
  17. max_score = 12.5;
  18. symbols = {
  19. "SURBL_BLOCKED" {
  20. weight = 0.0;
  21. description = "SURBL: blocked by policy/overusage";
  22. groups = ["surblorg", "blocked"];
  23. }
  24. "PH_SURBL_MULTI" {
  25. weight = 5.5;
  26. description = "SURBL: Phishing sites";
  27. groups = ["surblorg", "phishing"];
  28. }
  29. "MW_SURBL_MULTI" {
  30. weight = 5.5;
  31. description = "SURBL: Malware sites";
  32. groups = ["surblorg"];
  33. }
  34. "ABUSE_SURBL" {
  35. weight = 5.5;
  36. description = "SURBL: ABUSE";
  37. groups = ["surblorg"];
  38. }
  39. "CRACKED_SURBL" {
  40. weight = 4.0;
  41. description = "SURBL: cracked site";
  42. groups = ["surblorg"];
  43. }
  44. "RSPAMD_URIBL" {
  45. weight = 4.5;
  46. description = "Rspamd uribl, bl.rspamd.com";
  47. one_shot = true;
  48. groups = ["rspamdbl"];
  49. }
  50. "RSPAMD_EMAILBL" {
  51. weight = 9.5;
  52. description = "Rspamd emailbl, bl.rspamd.com";
  53. one_shot = true;
  54. groups = ["rspamdbl"];
  55. }
  56. "MSBL_EBL" {
  57. weight = 7.5;
  58. description = "MSBL emailbl";
  59. one_shot = true;
  60. groups = ["ebl"];
  61. }
  62. "MSBL_EBL_GREY" {
  63. weight = 0.5; # TODO: test it
  64. description = "MSBL emailbl grey list";
  65. one_shot = true;
  66. groups = ["ebl"];
  67. }
  68. "SEM_URIBL_UNKNOWN" {
  69. weight = 0.0;
  70. description = "Spameatingmonkey uribl: unknown result";
  71. groups = ["sem"];
  72. }
  73. "SEM_URIBL" {
  74. weight = 3.5;
  75. description = "Spameatingmonkey uribl";
  76. groups = ["sem"];
  77. }
  78. "SEM_URIBL_FRESH15_UNKNOWN" {
  79. weight = 0.0;
  80. description = "Spameatingmonkey Fresh15 uribl: unknown result";
  81. groups = ["sem"];
  82. }
  83. "SEM_URIBL_FRESH15" {
  84. weight = 3.0;
  85. description = "Spameatingmonkey uribl. Domains registered in the last 15 days (.AERO,.BIZ,.COM,.INFO,.NAME,.NET,.PRO,.SK,.TEL,.US)";
  86. groups = ["sem"];
  87. }
  88. "DBL" {
  89. weight = 0.0;
  90. description = "DBL unknown result";
  91. groups = ["spamhaus"];
  92. }
  93. "DBL_SPAM" {
  94. weight = 6.5;
  95. description = "DBL uribl spam";
  96. groups = ["spamhaus"];
  97. }
  98. "DBL_PHISH" {
  99. weight = 6.5;
  100. description = "DBL uribl phishing";
  101. groups = ["spamhaus"];
  102. }
  103. "DBL_MALWARE" {
  104. weight = 6.5;
  105. description = "DBL uribl malware";
  106. groups = ["spamhaus"];
  107. }
  108. "DBL_BOTNET" {
  109. weight = 5.5;
  110. description = "DBL uribl botnet C&C domain";
  111. groups = ["spamhaus"];
  112. }
  113. "DBL_ABUSE" {
  114. weight = 6.5;
  115. description = "DBL uribl abused legit spam";
  116. groups = ["spamhaus"];
  117. }
  118. "DBL_ABUSE_REDIR" {
  119. weight = 1.5;
  120. description = "DBL uribl abused spammed redirector domain";
  121. groups = ["spamhaus"];
  122. }
  123. "DBL_ABUSE_PHISH" {
  124. weight = 7.5;
  125. description = "DBL uribl abused legit phish";
  126. groups = ["spamhaus"];
  127. }
  128. "DBL_ABUSE_MALWARE" {
  129. weight = 7.5;
  130. description = "DBL uribl abused legit malware";
  131. groups = ["spamhaus"];
  132. }
  133. "DBL_ABUSE_BOTNET" {
  134. weight = 5.5;
  135. description = "DBL uribl abused legit botnet C&C";
  136. groups = ["spamhaus"];
  137. }
  138. "DBL_PROHIBIT" {
  139. weight = 0.0;
  140. description = "DBL uribl IP queries prohibited!";
  141. groups = ["spamhaus"];
  142. }
  143. "URIBL_MULTI" {
  144. weight = 0.0;
  145. description = "uribl.com: unrecognised result";
  146. groups = ["uribl"];
  147. }
  148. "URIBL_BLOCKED" {
  149. weight = 0.0;
  150. description = "uribl.com: query refused";
  151. groups = ["uribl", "blocked"];
  152. }
  153. "URIBL_BLACK" {
  154. weight = 7.5;
  155. description = "uribl.com black url";
  156. groups = ["uribl"];
  157. }
  158. "URIBL_RED" {
  159. weight = 3.5;
  160. description = "uribl.com red url";
  161. groups = ["uribl"];
  162. }
  163. "URIBL_GREY" {
  164. weight = 1.5;
  165. description = "uribl.com grey url";
  166. one_shot = true;
  167. groups = ["uribl"];
  168. }
  169. "SPAMHAUS_ZEN_URIBL" {
  170. weight = 0.0;
  171. description = "Spamhaus ZEN URIBL: Filtered result";
  172. groups = ["spamhaus"];
  173. }
  174. "URIBL_SBL" {
  175. weight = 6.5;
  176. description = "A domain in the message body resolves to an IP listed in Spamhaus SBL";
  177. one_shot = true;
  178. groups = ["v"];
  179. }
  180. "URIBL_SBL_CSS" {
  181. weight = 6.5;
  182. description = "A domain in the message body resolves to an IP listed in Spamhaus SBL CSS";
  183. one_shot = true;
  184. groups = ["spamhaus"];
  185. }
  186. "URIBL_XBL" {
  187. weight = 1.5;
  188. description = "A domain in the message body resolves to an IP listed in Spamhaus XBL";
  189. one_shot = true;
  190. groups = ["spamhaus"];
  191. }
  192. "URIBL_PBL" {
  193. weight = 0.01;
  194. description = "A domain in the message body resolves to an IP listed in Spamhaus PBL";
  195. groups = ["spamhaus"];
  196. }
  197. "URIBL_DROP" {
  198. weight = 5.0;
  199. description = "A domain in the message body resolves to an IP listed in Spamhaus DROP";
  200. one_shot = true;
  201. groups = ["spamhaus"];
  202. }
  203. "RBL_SARBL_BAD" {
  204. weight = 2.5;
  205. description = "A domain in the message body is blacklisted in SARBL";
  206. one_shot = true;
  207. }
  208. }