Distribution Appearance added

pull/79/head
Michael Hamm 2018-01-03 10:59:32 +01:00
parent c60027f001
commit 2c8ad8d4c0
1 changed files with 18 additions and 3 deletions

View File

@ -19,9 +19,9 @@
"description": "Classifies the measures a honeypot takes to defend against malicious activity spreading from itself." "description": "Classifies the measures a honeypot takes to defend against malicious activity spreading from itself."
}, },
{ {
"value": "interaction-level", "value": "distribution-appearance",
"expanded": "Interaction Level", "expanded": "Distribution Appearance",
"description": "Describes whether the exposed functionality of a honeypot is limited in some way, which is usually the case for honeypots that simulate services." "description": "Describes whether the honeypot system appears to be confined to one system or multiple systems."
}, },
{ {
"value": "interaction-level", "value": "interaction-level",
@ -99,6 +99,21 @@
"description": "No action is taken to limit the intruders spread of malicious activity against other systems." "description": "No action is taken to limit the intruders spread of malicious activity against other systems."
} }
] ]
},
{
"predicate": "distribution-appearance",
"entry": [
{
"value": "distributed",
"expanded": "Distributed",
"description": "The honeypot is or appears to be composed of multiple systems."
},
{
"value": "stand-alone",
"expanded": "Stand-Alone",
"description": "The honeypot is or appears to be one system."
}
]
} }
] ]
} }