diff --git a/MANIFEST.json b/MANIFEST.json index 403c10c..3c36bfe 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -279,11 +279,16 @@ "version": 1, "name": "eu-nis-sector-and-subsectors", "description": "Sectors and sub sectors as identified by the NIS Directive." + }, + { + "version": 1, + "name": "economical-impact", + "description": "Economical impact is a taxonomy to describe the financial impact as positive or negative gain to the tagged information." } ], "path": "machinetag.json", "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", "description": "Manifest file of MISP taxonomies available.", "license": "CC-0", - "version": "20180408" + "version": "20180424" } diff --git a/economical-impact/machinetag.json b/economical-impact/machinetag.json new file mode 100644 index 0000000..0ef663b --- /dev/null +++ b/economical-impact/machinetag.json @@ -0,0 +1,73 @@ +{ + "namespace": "economical-impact", + "expanded": " Economical Impact", + "description": "Economical impact is a taxonomy to describe the financial impact as positive or negative gain to the tagged information.", + "version": 1, + "refs": [ + "https://www.misp-project.org/" + ], + "values": [ + { + "predicate": "loss", + "entry": [ + { + "value": "none", + "expanded": "No loss" + }, + { + "value": "less-than-25k-eur", + "expanded": "Less than 25K EUR" + }, + { + "value": "less-than-50k-euro", + "expanded": "Less than 50K EUR" + }, + { + "value": "less-than-100k-euro", + "expanded": "Less than 100K EUR" + }, + { + "value": "less-than-1M-euro", + "expanded": "Less than EUR 1 000 000" + } + ] + }, + { + "predicate": "gain", + "entry": [ + { + "value": "none", + "expanded": "No gain" + }, + { + "value": "less-than-25k-eur", + "expanded": "Less than 25K EUR" + }, + { + "value": "less-than-50k-euro", + "expanded": "Less than 50K EUR" + }, + { + "value": "less-than-100k-euro", + "expanded": "Less than 100K EUR" + }, + { + "value": "less-than-1M-euro", + "expanded": "Less than EUR 1 000 000" + } + ] + } + ], + "predicates": [ + { + "value": "loss", + "expanded": "Loss", + "description": "A financial impact evaluated as a casuality." + }, + { + "value": "gain", + "expanded": "Gain", + "description": "A financial impact evaluated as a benefit." + } + ] +}