From a26f6ca2237ca5675a87cda0480646ae9c139d4d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 10 Nov 2018 15:05:38 +0100 Subject: [PATCH] chg: [osint] new collection methods added (manual) to cover such as open directory or publicly accessible evidences --- osint/machinetag.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/osint/machinetag.json b/osint/machinetag.json index f14878d..eacbd75 100755 --- a/osint/machinetag.json +++ b/osint/machinetag.json @@ -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"