From 3ea6b0ebd3412dec57e2db7b21b263ac893fe90a Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Wed, 9 Dec 2020 00:15:34 +0000 Subject: [PATCH] feat(urlhaus-filter): add TPL (IE) blocklist --- services/Directory/data/FilterList.json | 8 ++++++++ services/Directory/data/FilterListSyntax.json | 4 ++++ services/Directory/data/FilterListTag.json | 4 ++++ services/Directory/data/FilterListViewUrl.json | 6 ++++++ 4 files changed, 22 insertions(+) diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index cc85c5c0d..e933d2c06 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -16850,5 +16850,13 @@ "issuesUrl": "https://github.com/DandelionSprout/adfilt/issues", "licenseId": 35, "name": "Anti-'Weeb boob games on Steam' List" + }, + { + "description": "A blocklist of malicious URLs that are being used for malware distribution.", + "homeUrl": "https://gitlab.com/curben/urlhaus-filter", + "id": 2437, + "issuesUrl": "https://gitlab.com/curben/urlhaus-filter/issues", + "licenseId": 28, + "name": "urlhaus-filter (IE)" } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 26b0f3a1a..cbf9b08a6 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8502,5 +8502,9 @@ { "filterListId": 2436, "syntaxId": 3 + }, + { + "filterListId": 2437, + "syntaxId": 10 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 8ebab3f2c..a62b77e35 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12338,5 +12338,9 @@ { "filterListId": 2436, "tagId": 30 + }, + { + "filterListId": 2437, + "tagId": 6 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index 60237d08f..f02c32519 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -15700,5 +15700,11 @@ "id": 2638, "primariness": 2, "url": "https://gitlab.com/DandelionSprout/adfilt/-/raw/master/Sensitive%20lists/AntiWeebBoobGamesList.txt" + }, + { + "filterListId": 2437, + "id": 2639, + "primariness": 1, + "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-online.tpl" } ]