add: Economical impact is a taxonomy to describe the financial impact as positive or negative gain to the tagged information.

pull/97/head
Alexandre Dulaunoy 2018-04-24 10:24:43 +02:00
parent 783bd26169
commit 132b8baf74
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 79 additions and 1 deletions

View File

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

View File

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