Role in Multi-tier Architecture added

pull/79/head
Michael Hamm 2018-01-03 11:14:36 +01:00
parent 90afc7121e
commit 6b4d248231
1 changed files with 18 additions and 3 deletions

View File

@ -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."
}
]
}
]
}