diff --git a/MANIFEST.json b/MANIFEST.json index 853579d..d6c75a6 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -414,11 +414,16 @@ "version": 1, "name": "data-classification", "description": "Data classification for data potentially at risk of exfiltration based on table 2.1 of Solving Cyber Risk book." + }, + { + "version": 1, + "name": "type", + "description": "Taxonomy to describe different types of intelligence gathering discipline which can be described the origin of intelligence." } ], "path": "machinetag.json", "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", "description": "Manifest file of MISP taxonomies available.", "license": "CC-0", - "version": "20181222" + "version": "20181225" } diff --git a/type/machinetag.json b/type/machinetag.json index 6faf96f..38cb797 100644 --- a/type/machinetag.json +++ b/type/machinetag.json @@ -2,10 +2,61 @@ "predicates": [ { "expanded": "Open Source Intelligence", + "description": "gathered from open sources", "value": "OSINT" + }, + { + "expanded": "Signal Intelligence", + "description": "gathered from interception of signals", + "value": "SIGINT" + }, + { + "expanded": "Technical Intelligence", + "description": "gathered from analysis of weapons and equipment used by the armed forces of foreign nations, or environmental conditions", + "value": "TECHINT" + }, + { + "expanded": "Cyberspace Intelligence", + "description": "gathered from active or passive exploitation (CNE) in the cyberspace", + "value": "CYBINT" + }, + { + "expanded": "Digital Network Intelligence", + "description": "gathered from active or passive expoilation (CNE) in the digital network.", + "value": "DNINT" + }, + { + "expanded": "Human Intelligence", + "description": "gathered from a person in the location in question", + "value": "HUMINT" + }, + { + "expanded": "Medical Intelligence", + "description": "gathered from analysis of medical records and/or actual physiological examinations to determine health and/or particular ailments/allergetic conditions for consideration", + "value": "MEDINT" + }, + { + "expanded": "Geospatial Intelligence", + "description": "gathered from satellite, aerial photography, mapping/terrain data", + "value": "GEOINT" + }, + { + "expanded": "Imagery Intelligence", + "description": "gathered from satellite and aerial photography", + "value": "IMINT" + }, + { + "expanded": "Measurement and signature intelligence", + "description": "gathered from electro-optical, nuclear survey, geophysical measurements, radar, materials analysis", + "value": "MASINT" + }, + { + "expanded": "Financial Intelligence", + "description": "gathered from analysis of monetary or financial transactions", + "value": "FININT" } ], "version": 1, - "description": "Taxonomy to describe different types of data", + "description": "Taxonomy to describe different types of intelligence gathering discipline which can be described the origin of intelligence.", "namespace": "type" }