chg: [osint] new collection methods added (manual) to cover such as open directory or publicly accessible evidences
parent
47502867c8
commit
a26f6ca223
|
@ -13,7 +13,7 @@
|
|||
"value": "certainty"
|
||||
}
|
||||
],
|
||||
"version": 9,
|
||||
"version": 10,
|
||||
"description": "Open Source Intelligence - Classification (MISP taxonomies)",
|
||||
"namespace": "osint",
|
||||
"values": [
|
||||
|
@ -60,6 +60,10 @@
|
|||
"value": "source-code-repository",
|
||||
"expanded": "Source code repository"
|
||||
},
|
||||
{
|
||||
"value": "accessible-evidence",
|
||||
"expanded": "Infrastructure allowing the gathering of the evidences such as open directories, public web services or left over on public services"
|
||||
},
|
||||
{
|
||||
"value": "expansion",
|
||||
"expanded": "Expansion"
|
||||
|
@ -70,12 +74,16 @@
|
|||
},
|
||||
{
|
||||
"value": "automatic-collection",
|
||||
"expanded": "Automatic collection including honeypots, spamtramps or equivalent technologies"
|
||||
"expanded": "Automatic collection including honeypots, spamtraps or equivalent technologies"
|
||||
},
|
||||
{
|
||||
"value": "manual-analysis",
|
||||
"expanded": "Manual analysis or investigation"
|
||||
},
|
||||
{
|
||||
"value": "manual-collection",
|
||||
"expanded": "Manual collection from crawlers, honeypots, spamtraps, gathering tools or equivalent technologies"
|
||||
},
|
||||
{
|
||||
"value": "unknown",
|
||||
"expanded": "Unknown"
|
||||
|
|
Loading…
Reference in New Issue