From 35418e83f672e93bdeb64b7cfcf1b7eec0f3b363 Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Sun, 19 Apr 2020 03:50:44 +0100 Subject: [PATCH] feat(urlhaus-filter): add dnsmasq-compatible blocklists --- data/FilterList.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/FilterList.json b/data/FilterList.json index 3f34d8064..95ffb4e82 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -21782,5 +21782,31 @@ "viewUrl": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/UndertaleRemoverForSoundCloud.txt", "viewUrlMirror1": "https://repo.or.cz/FilterMirrorRepo.git/blob_plain/refs/heads/master:/UndertaleRemoverForSoundCloud.txt", "viewUrlMirror2": "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/UndertaleRemoverForSoundCloud.txt" + }, + { + "id": 2164, + "description": "A blocklist of malicious URLs that are being used for malware distribution.", + "descriptionSourceUrl": "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + "homeUrl": "https://gitlab.com/curben/urlhaus-filter", + "issuesUrl": "https://gitlab.com/curben/urlhaus-filter/issues", + "licenseId": 28, + "name": "urlhaus-filter (dnsmasq)", + "syntaxId": 20, + "viewUrl": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq.conf", + "viewUrlMirror1": "https://cdn.statically.io/gl/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq.conf", + "viewUrlMirror2": "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq.conf" + }, + { + "id": 2165, + "description": "A blocklist of malicious URLs that are being used for malware distribution.", + "descriptionSourceUrl": "https://gitlab.com/curben/urlhaus-filter/blob/master/README.md", + "homeUrl": "https://gitlab.com/curben/urlhaus-filter", + "issuesUrl": "https://gitlab.com/curben/urlhaus-filter/issues", + "licenseId": 28, + "name": "urlhaus-filter (Online Domains - dnsmasq)", + "syntaxId": 20, + "viewUrl": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf", + "viewUrlMirror1": "https://cdn.statically.io/gl/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf", + "viewUrlMirror2": "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-dnsmasq-online.conf" } ]