From 064ee1af8b3aa34a5f8cb1ec36691798f6054d0c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 15 Apr 2022 14:53:10 -0500 Subject: [PATCH] =?UTF-8?q?feat(dir):=20=E2=9C=A8=20add=20Bank=20of=20Lith?= =?UTF-8?q?uania=20Illegal=20websites?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/Directory/data/FilterList.json | 7 +++++++ services/Directory/data/FilterListMaintainer.json | 4 ++++ services/Directory/data/FilterListSyntax.json | 4 ++++ services/Directory/data/FilterListViewUrl.json | 6 ++++++ services/Directory/data/Maintainer.json | 5 +++++ 5 files changed, 26 insertions(+) diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 6d7b107a4..2ccd14219 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17443,5 +17443,12 @@ "licenseId": 5, "name": "ThreatShare", "submissionUrl": "https://threatshare.io/submit/" + }, + { + "description": "Websites deemed by the Bank of Lithuania to be used for conducting fraudulent activities and money scams.", + "homeUrl": "https://www.lb.lt/en/illegalwww", + "id": 2590, + "licenseId": 5, + "name": "Bank of Lithuania Illegal websites" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 26031bd0c..9108a05c6 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -5974,5 +5974,9 @@ { "filterListId": 2588, "maintainerId": 180 + }, + { + "filterListId": 2590, + "maintainerId": 181 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 01b583637..b1ec0e3d6 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8742,5 +8742,9 @@ { "filterListId": 2589, "syntaxId": 57 + }, + { + "filterListId": 2590, + "syntaxId": 57 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index 9c5e3ebfd..2ac70e589 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16186,5 +16186,11 @@ "id": 2854, "primariness": 1, "url": "https://threatshare.io/feed" + }, + { + "filterListId": 2590, + "id": 2855, + "primariness": 1, + "url": "https://www.lb.lt/en/illegalwww?export=csv" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 6474684db..1e7a0d1f2 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -936,5 +936,10 @@ "id": 180, "name": "gnxsecurity", "url": "https://github.com/gnxsecurity" + }, + { + "id": 181, + "name": "Bank of Lithuania", + "url": "https://www.lb.lt" } ]