Role in Multi-tier Architecture added
parent
90afc7121e
commit
6b4d248231
|
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue