From 08e70715e2c69ab723c368d7ac97c5f92ea9a4f6 Mon Sep 17 00:00:00 2001 From: weyusi <43627182+weyusi@users.noreply.github.com> Date: Mon, 17 Jun 2019 21:08:18 +0930 Subject: [PATCH] add lite version of URLhaus Blocklist (#803) --- data/FilterList.json | 13 +++++++++++++ data/FilterListTag.json | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/data/FilterList.json b/data/FilterList.json index 30a684498..b19671e9e 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -17030,5 +17030,18 @@ "Name": "App ads blocklist China", "syntaxid": 4, "viewUrl": "https://raw.githubusercontent.com/HankAviator/app-ads-blocklist-china/master/app_blocklist.txt" +}, +{ + "id": 1603, + "description": "A block list of malicious URLs that are being used for malware distribution. This is a lite version by including online URLs only", + "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": "abuse.ch URLhaus Online Malicious URL Blocklist", + "syntaxId": 2, + "viewUrl": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt", + "viewUrlMirror1": "https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt", + "viewUrlMirror2": "https://cdn.staticaly.com/gl/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt" } ] diff --git a/data/FilterListTag.json b/data/FilterListTag.json index 581d1f76f..0b3b1c20e 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -6870,5 +6870,9 @@ { "filterListId": 1602, "tagId": 16 + }, + { + "filterListId": 1603, + "tagId": 6 } ]