diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index fd46c4d8e..850caa4e0 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17427,5 +17427,13 @@ "issuesUrl": "https://github.com/nickspaargaren/no-google/issues", "licenseId": 11, "name": "No Google (Unbound)" + }, + { + "description": "gnX threat intelligence feed contains a blacklist of IP addresses that have crossed a threshold indicating malicious intent and/or potential IOC [indicator of compromise] activity. Because of the criteria standards and threat list sanitiation process, we significantly reduce the potential of false positives. Can be used as a standalone blocklist or to agument your existing threat intelligence.", + "homeUrl": "https://github.com/gnxsecurity/gnx-threat-intelligence", + "id": 2588, + "issuesUrl": "https://github.com/gnxsecurity/gnx-threat-intelligence/issues", + "licenseId": 5, + "name": "gnX Threat Intelligence" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 777312068..26031bd0c 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -5970,5 +5970,9 @@ { "filterListId": 2587, "maintainerId": 179 + }, + { + "filterListId": 2588, + "maintainerId": 180 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index e08231ea9..5238a80fd 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8734,5 +8734,9 @@ { "filterListId": 2587, "syntaxId": 24 + }, + { + "filterListId": 2588, + "syntaxId": 9 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 207cf3abc..3ffb14517 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12642,5 +12642,9 @@ { "filterListId": 2587, "tagId": 19 + }, + { + "filterListId": 2588, + "tagId": 6 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index a4d006c90..7230aade0 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16174,5 +16174,11 @@ "id": 2852, "primariness": 1, "url": "https://raw.githubusercontent.com/nickspaargaren/no-google/master/pihole-google-unbound.conf" + }, + { + "filterListId": 2588, + "id": 2853, + "primariness": 1, + "url": "https://raw.githubusercontent.com/gnxsecurity/gnx-threat-intelligence/master/latest-blacklist.raw" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 04200d7d8..6474684db 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -931,5 +931,10 @@ "id": 179, "name": "Nick Spaargaren", "url": "https://github.com/nickspaargaren" + }, + { + "id": 180, + "name": "gnxsecurity", + "url": "https://github.com/gnxsecurity" } ]