From e7d578ccba954240d731c00942dc2cf0ca64537e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 6 Jul 2017 07:43:31 +0200 Subject: [PATCH] Additional sources including honeypot, spamtramp or alike --- osint/machinetag.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/osint/machinetag.json b/osint/machinetag.json index 4aeb67c..5ae2f7c 100644 --- a/osint/machinetag.json +++ b/osint/machinetag.json @@ -13,7 +13,7 @@ "value": "certainty" } ], - "version": 6, + "version": 7, "description": "Open Source Intelligence - Classification (MISP taxonomies)", "namespace": "osint", "values": [ @@ -62,7 +62,23 @@ }, { "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" } ] },