add: Economical impact is a taxonomy to describe the financial impact as positive or negative gain to the tagged information.
parent
783bd26169
commit
132b8baf74
|
@ -279,11 +279,16 @@
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"name": "eu-nis-sector-and-subsectors",
|
"name": "eu-nis-sector-and-subsectors",
|
||||||
"description": "Sectors and sub sectors as identified by the NIS Directive."
|
"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",
|
"path": "machinetag.json",
|
||||||
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
||||||
"description": "Manifest file of MISP taxonomies available.",
|
"description": "Manifest file of MISP taxonomies available.",
|
||||||
"license": "CC-0",
|
"license": "CC-0",
|
||||||
"version": "20180408"
|
"version": "20180424"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue