diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 95451d845..086d27c34 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -16884,20 +16884,22 @@ "syntaxId": 1 }, { - "description": "Block malware, phishing, and scams for a more secure computer", + "description": "This list aims to protect against scams, phishing, malware, and potentially unwanted programs (PUPs). It includes a version of vxvault.net's list, modified by me (iam-py-test) to work in adblockers.", "homeUrl": "https://github.com/iam-py-test/my_filters_001", "id": 2537, "issuesUrl": "https://github.com/iam-py-test/my_filters_001/issues", + "emailAddress": "iam-py-test@protonmail.com", "licenseId": 28, - "name": "Malicious website blocklist" + "name": "The malicious website blocklist" }, { - "description": "Block malware, phishing, and scams for a more secure computer (HOSTS version - not for uBlock Origin)", + "description": "This list aims to protect against scams, phishing, malware, and potentially unwanted programs (PUPs). It includes a version of vxvault.net's list, modified by me (iam-py-test) to work in adblockers. (HOSTs version - not for uBlock Origin)", "homeUrl": "https://github.com/iam-py-test/my_filters_001", "id": 2538, "issuesUrl": "https://github.com/iam-py-test/my_filters_001/issues/", + "emailAddress": "iam-py-test@protonmail.com", "licenseId": 28, - "name": "Malicious website blocklist (HOSTS)" + "name": "The malicious website blocklist (HOSTs file)" }, { "description": "The family filter for AdGuard Home", @@ -16919,12 +16921,13 @@ "name": "TrilobiteFilter" }, { - "description": "Block malware, phishing, and scams for a more secure computer (Domains version)", + "description": "This list aims to protect against scams, phishing, malware, and potentially unwanted programs (PUPs). It includes a version of vxvault.net's list, modified by me (iam-py-test) to work in adblockers. (Domains version)", "homeUrl": "https://github.com/iam-py-test/my_filters_001", "id": 2541, "issuesUrl": "https://github.com/iam-py-test/my_filters_001/issues/", + "emailAddress": "iam-py-test@protonmail.com", "licenseId": 28, - "name": "Malicious website blocklist (Domains)" + "name": "The malicious website blocklist (Domains)" }, { "description": "Blocks irritating elements on web pages that do not fall under the popular categories of annoyances.", @@ -17796,5 +17799,14 @@ "issuesUrl": "https://github.com/DandelionSprout/adfilt/issues", "licenseId": 35, "name": "Anti-'Manifest V3' List" + }, + { + "description": "VXVault's list of URLs serving malware, converted into a filterlist", + "emailAddress": "iam-py-test@protonmail.com", + "homeUrl": "https://github.com/iam-py-test/vxvault_filter", + "id": 2652, + "issuesUrl": "https://github.com/iam-py-test/vxvault_filter/issues", + "licenseId": 28, + "name": "VXVault filterlist (unofficial)" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index f3838da29..b01d8f508 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -6142,5 +6142,9 @@ { "filterListId": 2651, "maintainerId": 22 + }, + { + "filterListId": 2652, + "maintainerId": 165 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index d00f04a61..57c4d57ce 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8946,5 +8946,9 @@ { "filterListId": 2651, "syntaxId": 3 + }, + { + "filterListId": 2652, + "syntaxId": 4 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 26387d321..c9b2ac71b 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12990,5 +12990,9 @@ { "filterListId": 2651, "tagId": 15 + }, + { + "filterListId": 2652, + "tagId": 6 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index bd0854e75..ff6bed025 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16516,5 +16516,17 @@ "id": 2923, "primariness": 4, "url": "https://cdn.statically.io/gh/JohnyP36/Personal-List/main/Personal%20List%20(uBo).txt" + }, + { + "filterListId": 2652, + "id": 2924, + "primariness": 1, + "url": "https://raw.githubusercontent.com/iam-py-test/vxvault_filter/main/ubolist.txt" + }, + { + "filterListId": 2652, + "id": 2925, + "primariness": 2, + "url": "https://iam-py-test.github.io/vxvault_filter/ubolist.txt" } ]