From 18554e09068ae8211f20d8c2b344b27a86345ce4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 22 Dec 2018 14:55:27 +0100 Subject: [PATCH] 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 --- economical-impact/machinetag.json | 40 +++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/economical-impact/machinetag.json b/economical-impact/machinetag.json index 0ef663b..2150dc8 100644 --- a/economical-impact/machinetag.json +++ b/economical-impact/machinetag.json @@ -1,8 +1,8 @@ { "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, + "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": 2, "refs": [ "https://www.misp-project.org/" ], @@ -28,7 +28,23 @@ }, { "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", - "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" } ] }