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"
|
"value": "certainty"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 9,
|
"version": 10,
|
||||||
"description": "Open Source Intelligence - Classification (MISP taxonomies)",
|
"description": "Open Source Intelligence - Classification (MISP taxonomies)",
|
||||||
"namespace": "osint",
|
"namespace": "osint",
|
||||||
"values": [
|
"values": [
|
||||||
|
@ -60,6 +60,10 @@
|
||||||
"value": "source-code-repository",
|
"value": "source-code-repository",
|
||||||
"expanded": "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",
|
"value": "expansion",
|
||||||
"expanded": "Expansion"
|
"expanded": "Expansion"
|
||||||
|
@ -70,12 +74,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "automatic-collection",
|
"value": "automatic-collection",
|
||||||
"expanded": "Automatic collection including honeypots, spamtramps or equivalent technologies"
|
"expanded": "Automatic collection including honeypots, spamtraps or equivalent technologies"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "manual-analysis",
|
"value": "manual-analysis",
|
||||||
"expanded": "Manual analysis or investigation"
|
"expanded": "Manual analysis or investigation"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "manual-collection",
|
||||||
|
"expanded": "Manual collection from crawlers, honeypots, spamtraps, gathering tools or equivalent technologies"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "unknown",
|
"value": "unknown",
|
||||||
"expanded": "Unknown"
|
"expanded": "Unknown"
|
||||||
|
|
Loading…
Reference in New Issue