Distribution Appearance added
parent
c60027f001
commit
2c8ad8d4c0
|
@ -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 intruder’s spread of malicious activity against other systems."
|
"description": "No action is taken to limit the intruder’s 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."
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue