From 6b4d2482311b5816818940de97a043655107f526 Mon Sep 17 00:00:00 2001 From: Michael Hamm Date: Wed, 3 Jan 2018 11:14:36 +0100 Subject: [PATCH] Role in Multi-tier Architecture added --- honeypot_basic/machinetag.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/honeypot_basic/machinetag.json b/honeypot_basic/machinetag.json index 120576b..1a02d93 100644 --- a/honeypot_basic/machinetag.json +++ b/honeypot_basic/machinetag.json @@ -29,9 +29,9 @@ "description": "Describes the interfaces one can use to interact directly with the honeypot." }, { - "value": "interaction-level", - "expanded": "Interaction Level", - "description": "Describes whether the exposed functionality of a honeypot is limited in some way, which is usually the case for honeypots that simulate services." + "value": "role", + "expanded": "Role in Multi-tier Architecture", + "description": "Describes in what role the honeypot acts within a multi-tier architecture." } ], "values": [ @@ -134,6 +134,21 @@ "description": "The honeypot can be interacted with via a software API." } ] + }, + { + "predicate": "role", + "entry": [ + { + "value": "server", + "expanded": "Server", + "description": "The honeypot is passively awaiting requests from clients." + }, + { + "value": "client", + "expanded": "Client", + "description": "The honeypot is actively initiating requests to servers." + } + ] } ] }