From f33601ea4eae335aac2b8b6665a07edea8cfebf9 Mon Sep 17 00:00:00 2001 From: red-ship-it <78826583+red-ship-it@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:23:03 +0100 Subject: [PATCH 1/2] Update TorBlutMagie to point to alternative domain TorBlutMagie has been taken down this will fix it by using an alternative domain I can rework the Analyser if requirted to be reffered to as the new domain however i left it as is for the moment so people who may have used it understand it is the same tool and should work the same way besides refrencing a different domain --- analyzers/TorBlutmagie/tor_blutmagie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyzers/TorBlutmagie/tor_blutmagie.py b/analyzers/TorBlutmagie/tor_blutmagie.py index 23b537188..abefdbccb 100755 --- a/analyzers/TorBlutmagie/tor_blutmagie.py +++ b/analyzers/TorBlutmagie/tor_blutmagie.py @@ -23,7 +23,7 @@ def __init__(self, cache_duration=3600, cache_root='/tmp/cortex/tor_project'): self.cache_duration = cache_duration if self.cache_duration > 0: self.cache = Cache(cache_root) - self.url = 'http://torstatus.blutmagie.de/query_export.php/Tor_query_EXPORT.csv' + self.url = 'https://torstatus.rueckgr.at/query_export.php/Tor_query_EXPORT.csv' __cache_key = __name__ + ':raw_data' From 69d9c8f445dd87b506b125af129f0b1be58f74ac Mon Sep 17 00:00:00 2001 From: "Fabien B." <15647296+nusantara-self@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:02:52 +0900 Subject: [PATCH 2/2] Update TorBlutmagie.json - description & service homepage --- analyzers/TorBlutmagie/TorBlutmagie.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/analyzers/TorBlutmagie/TorBlutmagie.json b/analyzers/TorBlutmagie/TorBlutmagie.json index e30ba99a6..b31dcf1e4 100644 --- a/analyzers/TorBlutmagie/TorBlutmagie.json +++ b/analyzers/TorBlutmagie/TorBlutmagie.json @@ -4,7 +4,7 @@ "license": "AGPL-V3", "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "version": "1.0", - "description": "Query http://torstatus.blutmagie.de/query_export.php/Tor_query_EXPORT.csv for TOR exit nodes IP addresses or names.", + "description": "Query https://torstatus.rueckgr.at/query_export.php/Tor_query_EXPORT.csv (formerly TorBlutmagie) for TOR exit nodes IP addresses or names.", "dataTypeList": ["ip", "domain", "fqdn"], "command": "TorBlutmagie/tor_blutmagie_analyzer.py", "baseConfig": "TorBlutmagie", @@ -24,5 +24,9 @@ "multi": false, "required": false } - ] + ], + "registration_required": false, + "subscription_required": false, + "free_subscription": true, + "service_homepage": "https://torstatus.rueckgr.at" }