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

add the list with online malware urls from URLhaus into rspamd to check against
master
Marcel Caspar 2020-07-30 15:24:29 +02:00 committed by GitHub
parent fbe1ba3a7d
commit 3dc2b1a721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}