chg: [economical-impact] scale of loss/gain increased as million and billion gain/lost are reported

Ref: Solving Cyber Risk ISBN 978-1-119-49093-7
pull/137/head
Alexandre Dulaunoy 2018-12-22 14:55:27 +01:00
parent 06e3f7d268
commit 18554e0906
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 36 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{ {
"namespace": "economical-impact", "namespace": "economical-impact",
"expanded": " 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.", "description": "Economical impact is a taxonomy to describe the financial impact as positive or negative gain to the tagged information (e.g. data exfiltration loss, a positive gain for an adversary).",
"version": 1, "version": 2,
"refs": [ "refs": [
"https://www.misp-project.org/" "https://www.misp-project.org/"
], ],
@ -28,7 +28,23 @@
}, },
{ {
"value": "less-than-1M-euro", "value": "less-than-1M-euro",
"expanded": "Less than EUR 1 000 000" "expanded": "Less than 1 million EUR"
},
{
"value": "less-than-10M-euro",
"expanded": "Less than 10 million EUR"
},
{
"value": "less-than-100M-euro",
"expanded": "Less than 100 million EUR"
},
{
"value": "less-than-1B-euro",
"expanded": "Less than 1 billion EUR"
},
{
"value": "more-than-1B-euro",
"expanded": "More than 1 billion EUR"
} }
] ]
}, },
@ -53,7 +69,23 @@
}, },
{ {
"value": "less-than-1M-euro", "value": "less-than-1M-euro",
"expanded": "Less than EUR 1 000 000" "expanded": "Less than 1 million EUR"
},
{
"value": "less-than-10M-euro",
"expanded": "Less than 10 million EUR"
},
{
"value": "less-than-100M-euro",
"expanded": "Less than 100 million EUR"
},
{
"value": "less-than-1B-euro",
"expanded": "Less than 1 billion EUR"
},
{
"value": "more-than-1B-euro",
"expanded": "More than 1 billion EUR"
} }
] ]
} }