chg: [osint] new collection methods added (manual) to cover such as open directory or publicly accessible evidences

pull/127/head
Alexandre Dulaunoy 2018-11-10 15:05:38 +01:00
parent 47502867c8
commit a26f6ca223
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 10 additions and 2 deletions

View File

@ -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"