diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index cc47ff2ed..181bf5919 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -16744,5 +16744,29 @@ "issuesUrl": "https://gitlab.com/curben/urlhaus-filter/issues", "licenseId": 28, "name": "urlhaus-filter (Vivaldi)" + }, + { + "description": "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + "homeUrl": "https://gitlab.com/curben/phishing-filter", + "id": 2422, + "issuesUrl": "https://gitlab.com/curben/phishing-filter/issues", + "licenseId": 8, + "name": "phishing-filter (AdGuard Home)" + }, + { + "description": "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + "homeUrl": "https://gitlab.com/curben/phishing-filter", + "id": 2423, + "issuesUrl": "https://gitlab.com/curben/phishing-filter/issues", + "licenseId": 8, + "name": "phishing-filter (AdGuard)" + }, + { + "description": "A blocklist of phishing websites. Based on PhishTank and OpenPhish.", + "homeUrl": "https://gitlab.com/curben/phishing-filter", + "id": 2424, + "issuesUrl": "https://gitlab.com/curben/phishing-filter/issues", + "licenseId": 8, + "name": "phishing-filter (Vivaldi)" } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 6d744b681..8bfd013af 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8446,5 +8446,17 @@ { "filterListId": 2421, "syntaxId": 6 + }, + { + "filterListId": 2422, + "syntaxId": 47 + }, + { + "filterListId": 2423, + "syntaxId": 6 + }, + { + "filterListId": 2424, + "syntaxId": 6 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 0e8b3f6a4..cd7454f18 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12230,5 +12230,17 @@ { "filterListId": 2421, "tagId": 6 + }, + { + "filterListId": 2422, + "tagId": 7 + }, + { + "filterListId": 2423, + "tagId": 7 + }, + { + "filterListId": 2424, + "tagId": 7 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index e7ecacb7e..335525dde 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -15556,5 +15556,23 @@ "id": 2611, "primariness": 1, "url": "https://gitlab.com/curben/urlhaus-filter/raw/master/urlhaus-filter-vivaldi-online.txt" + }, + { + "filterListId": 2422, + "id": 2612, + "primariness": 1, + "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-agh.txt" + }, + { + "filterListId": 2423, + "id": 2613, + "primariness": 1, + "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-ag.txt" + }, + { + "filterListId": 2424, + "id": 2614, + "primariness": 1, + "url": "https://gitlab.com/curben/phishing-filter/raw/master/dist/phishing-filter-vivaldi.txt" } ]