From 6ed0fbcda6acdc1470476c0cf3571d1a7826c950 Mon Sep 17 00:00:00 2001 From: curben Date: Thu, 13 Jun 2019 16:26:45 +0930 Subject: [PATCH] docs: mention lite ruleset --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 376a1b8c..786a0922 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # URLhaus Malicious URL Blocklist -A block list of malicious URLs that are being used for malware distribution. This [uBO](https://github.com/gorhill/uBlock/)-compatible filter list is based on the **Plain-Text URL List** of Abuse.sh [URLhaus](https://urlhaus.abuse.ch/). +A block list of malicious URLs that are being used for malware distribution. This [uBO](https://github.com/gorhill/uBlock/)-compatible filter list is based on the **Plain-Text URL List** and **Database dump (CSV)** of Abuse.ch [URLhaus](https://urlhaus.abuse.ch/). ## Subscribe @@ -10,12 +10,26 @@ Import the following URL into uBO to subscribe: - https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter.txt -
Mirrors: - https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter.txt - https://cdn.staticaly.com/gl/curben/urlhaus-filter/raw/master/urlhaus-filter.txt +
+Lite version (online urls only): + +- https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt + +Mirrors: + +- https://glcdn.githack.com/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt +- https://cdn.staticaly.com/gl/curben/urlhaus-filter/raw/master/urlhaus-filter-online.txt + + +**Note:** Lite version is ~95% smaller by excluding offline urls only. The status of urls is determined by the upstream Abuse.ch. However, the test is not 100% accurate and some malicious urls that are otherwise accessible may be missed. If bandwidth (1.5MB/day) is not a constraint, I recommend the regular version. + +*PS: While regular version contains roughly 65K filters, uBO can [easily handle](https://github.com/uBlockOrigin/uBlock-issues/issues/338#issuecomment-452843669) half a million filters.* + ## Compatibility This filter is only tested with uBO. [FilterLists](https://filterlists.com/) shows it is compatible with the following software: @@ -40,7 +54,7 @@ This filter **only** accepts malware URLs from [URLhaus](https://urlhaus.abuse.c Please report new malware URL to the upstream maintainer through https://urlhaus.abuse.ch/api/#submit. -This repo is not endorsed by Abuse.sh. +This repo is not endorsed by Abuse.ch. ## Cloning