Additional sources including honeypot, spamtramp or alike

pull/73/head
Alexandre Dulaunoy 2017-07-06 07:43:31 +02:00
parent 06db156977
commit e7d578ccba
1 changed files with 18 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"value": "certainty" "value": "certainty"
} }
], ],
"version": 6, "version": 7,
"description": "Open Source Intelligence - Classification (MISP taxonomies)", "description": "Open Source Intelligence - Classification (MISP taxonomies)",
"namespace": "osint", "namespace": "osint",
"values": [ "values": [
@ -62,7 +62,23 @@
}, },
{ {
"value": "automatic-analysis", "value": "automatic-analysis",
"expanded": "Automatic analysis" "expanded": "Automatic analysis including dynamic analysis or sandboxes output"
},
{
"value": "automatic-collection",
"expanded": "Automatic collection including honeypots, spamtramps or equivalent technologies"
},
{
"value": "manual-analysis",
"expanded": "Manual analysis or investigation"
},
{
"value": "unknown",
"expanded": "Unknown"
},
{
"value": "other",
"expanded": "Other source not specified in this list"
} }
] ]
}, },