add: [type] Taxonomy to describe different types of intelligence gathering discipline which can be described the origin of intelligence.

This taxonomy has been created for various reasons:

 - For the past years, we have seen a recurring tag called "type:osint"
   actively used by various sharing communities.
 - The Intelligence Community is actively using the information
   gathering classification.

So we basically merged in the type namespace which has the advantage
to keep the old free tag "type:osint" valid and get a more consistent approach
for the overall classification used in information gathering in IC.
pull/137/head
Alexandre Dulaunoy 2018-12-25 15:55:11 +01:00
parent c268daceb2
commit c2292fca97
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 58 additions and 2 deletions

View File

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

View File

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