From cb08b4445580efd6a5814bfe45bd45185dfe07d2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 4 May 2017 07:48:05 +0200 Subject: [PATCH] New taxonomy to describe Tor network infrastructure added --- tor/machinetag.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tor/machinetag.json diff --git a/tor/machinetag.json b/tor/machinetag.json new file mode 100644 index 0000000..d0ed01b --- /dev/null +++ b/tor/machinetag.json @@ -0,0 +1,34 @@ +{ + "values": [ + { + "entry": [ + { + "expanded": "Entry node to the Tor network", + "value": "entry-guard-relay" + }, + { + "expanded": "Tor node relaying traffic between an entry-guard-relay to an exit-relay", + "value": "middle-relay" + }, + { + "expanded": "Tor node relaying traffic outside of the Tor network to the original destination", + "value": "exit-relay" + }, + { + "expanded": "Entry node to the Tor network - partially unpublished", + "value": "bridge-relay" + } + ], + "predicate": "tor-relay-type" + } + ], + "predicates": [ + { + "expanded": "Tor Relay Type", + "value": "tor-relay-type" + } + ], + "version": 1, + "description": "Taxonomy to describe Tor network infrastructure", + "namespace": "tor" +}