chg: [honeypot-basic] extended with adaptive interaction level.
ref: http://www.ecmlpkdd2018.org/wp-content/uploads/2018/09/262.pdfpull/119/head
parent
7f36c65c54
commit
ee64138892
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"namespace": "honeypot-basic",
|
||||
"description": "Updated from Christian Seifert, Ian Welch, Peter Komisarczuk, ‘Taxonomy of Honeypots’, Technical Report CS-TR-06/12, VICTORIA UNIVERSITY OF WELLINGTON, School of Mathematical and Computing Sciences, June 2006, http://www.mcs.vuw.ac.nz/comp/Publications/archive/CS-TR-06/CS-TR-06-12.pdf",
|
||||
"version": 2,
|
||||
"description": "Updated (CIRCL and Seamus Dowling) from Christian Seifert, Ian Welch, Peter Komisarczuk, ‘Taxonomy of Honeypots’, Technical Report CS-TR-06/12, VICTORIA UNIVERSITY OF WELLINGTON, School of Mathematical and Computing Sciences, June 2006, http://www.mcs.vuw.ac.nz/comp/Publications/archive/CS-TR-06/CS-TR-06-12.pdf",
|
||||
"version": 3,
|
||||
"predicates": [
|
||||
{
|
||||
"value": "interaction-level",
|
||||
|
@ -52,6 +52,11 @@
|
|||
"value": "none",
|
||||
"expanded": "No interaction capabilities",
|
||||
"description": "No exposed functionality in the honeypot."
|
||||
},
|
||||
{
|
||||
"value": "adaptive",
|
||||
"expanded": "Learns from attack interaction",
|
||||
"description": "Learns from attack interaction"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue