Containment added

pull/79/head
Michael Hamm 2018-01-03 10:51:34 +01:00
parent 1c15c48c3c
commit c60027f001
1 changed files with 28 additions and 3 deletions

View File

@ -14,9 +14,9 @@
"description": "Describes the type of data a honeypot is able to capture"
},
{
"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": "containment",
"expanded": "Containment",
"description": "Classifies the measures a honeypot takes to defend against malicious activity spreading from itself."
},
{
"value": "interaction-level",
@ -74,6 +74,31 @@
"description": "The honeypot does not collect events, attacks, or intrusions."
}
]
},
{
"predicate": "containment",
"entry": [
{
"value": "block",
"expanded": "Block",
"description": "Attackers actions are identified and blocked. The attack never reaches the target."
},
{
"value": "defuse",
"expanded": "Defuse",
"description": "The attack reaches the target, but is manipulated in a way that it fails against the target."
},
{
"value": "slow-down",
"expanded": "Slow Down",
"description": "Attacker is slowed down in his actions of spreading malicious activity."
},
{
"value": "none",
"expanded": "None",
"description": "No action is taken to limit the intruders spread of malicious activity against other systems."
}
]
}
]
}