Pārlūkot izejas kodu

[Rspamd] Add urlhaus map to rspamd (#3683)

add the list with online malware urls from URLhaus into rspamd to check against
Marcel Caspar 5 gadi atpakaļ
vecāks
revīzija
3dc2b1a721
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      data/conf/rspamd/local.d/multimap.conf

+ 7 - 0
data/conf/rspamd/local.d/multimap.conf

@@ -156,3 +156,10 @@ BAZAR_ABUSE_CH {
   map = "https://bazaar.abuse.ch/export/txt/md5/recent/";
   score = 10.0;
 }
+
+URLHAUS_ABUSE_CH {
+  type = "url";
+  filter = "full";
+  map = "https://urlhaus.abuse.ch/downloads/text_online/";
+  score = 10.0;
+}