From baa40fe0ddb39cba975f9e5c5e142499c0afc61e Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Wed, 9 Dec 2020 00:19:03 +0000 Subject: [PATCH] feat(phishing-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 e933d2c06..bc6158ec1 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -16858,5 +16858,13 @@ "issuesUrl": "https://gitlab.com/curben/urlhaus-filter/issues", "licenseId": 28, "name": "urlhaus-filter (IE)" + }, + { + "description": "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + "homeUrl": "https://gitlab.com/curben/phishing-filter", + "id": 2438, + "issuesUrl": "https://gitlab.com/curben/phishing-filter/issues", + "licenseId": 8, + "name": "phishing-filter (IE)" } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index cbf9b08a6..d91fec01f 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8506,5 +8506,9 @@ { "filterListId": 2437, "syntaxId": 10 + }, + { + "filterListId": 2438, + "syntaxId": 10 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index a62b77e35..094bfe84e 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12342,5 +12342,9 @@ { "filterListId": 2437, "tagId": 6 + }, + { + "filterListId": 2438, + "tagId": 7 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index f02c32519..b830e00df 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -15706,5 +15706,11 @@ "id": 2639, "primariness": 1, "url": "https://curben.gitlab.io/malware-filter/urlhaus-filter-online.tpl" + }, + { + "filterListId": 2438, + "id": 2640, + "primariness": 1, + "url": "https://curben.gitlab.io/phishing-filter-mirror/phishing-filter.tpl" } ]