From 0c4cdac38d3453b854ad50ba8ed36d7fc4933f99 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 24 Sep 2018 15:46:53 +0200 Subject: [PATCH] chg: [honeypot-basic] medium interaction added (based on various papers definition from EURECOM to Georg Wicherski paper) --- honeypot-basic/machinetag.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/honeypot-basic/machinetag.json b/honeypot-basic/machinetag.json index ab198c0..509ae0c 100644 --- a/honeypot-basic/machinetag.json +++ b/honeypot-basic/machinetag.json @@ -1,7 +1,7 @@ { "namespace": "honeypot-basic", - "description": "Updated (CIRCL and Seamus Dowling) from Christian Seifert, Ian Welch, Peter Komisarczuk, ‘Taxonomy of Honeypots’, Technical Report CS-TR-06/12, VICTORIA UNIVERSITY OF WELLINGTON, School of Mathematical and Computing Sciences, June 2006, http://www.mcs.vuw.ac.nz/comp/Publications/archive/CS-TR-06/CS-TR-06-12.pdf", - "version": 3, + "description": "Updated (CIRCL, Seamus Dowling and EURECOM) from Christian Seifert, Ian Welch, Peter Komisarczuk, ‘Taxonomy of Honeypots’, Technical Report CS-TR-06/12, VICTORIA UNIVERSITY OF WELLINGTON, School of Mathematical and Computing Sciences, June 2006, http://www.mcs.vuw.ac.nz/comp/Publications/archive/CS-TR-06/CS-TR-06-12.pdf", + "version": 4, "predicates": [ { "value": "interaction-level", @@ -43,10 +43,15 @@ "expanded": "High Interaction Level", "description": "Exposed functionality of the honeypot is not limited." }, + { + "value": "medium", + "expanded": "Medium Interaction Level", + "description": "Exposed functionality of the honeypot is limited to the service without exposing the full operating system." + }, { "value": "low", "expanded": "low Interaction Level", - "description": "Exposed functionality being limited. For example, a simulated SSH server of a honeypot is not able to authenticate against a valid login/password combination" + "description": "Exposed functionality being limited. For example, a simulated SSH server of a honeypot is not able to authenticate against a valid login/password combination." }, { "value": "none",