2018-04-24 10:24:43 +02:00
{
"namespace" : "economical-impact" ,
"expanded" : " Economical Impact" ,
2018-12-22 14:55:27 +01:00
"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)." ,
2019-11-05 10:34:48 +01:00
"version" : 4 ,
2018-04-24 10:24:43 +02:00
"refs" : [
"https://www.misp-project.org/"
] ,
"values" : [
{
"predicate" : "loss" ,
"entry" : [
{
"value" : "none" ,
2019-06-25 12:38:47 +02:00
"expanded" : "No loss" ,
"numerical_value" : 0
2018-04-24 10:24:43 +02:00
} ,
{
"value" : "less-than-25k-eur" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 25K EUR" ,
"numerical_value" : 10
2018-04-24 10:24:43 +02:00
} ,
{
"value" : "less-than-50k-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 50K EUR" ,
"numerical_value" : 20
2018-04-24 10:24:43 +02:00
} ,
{
"value" : "less-than-100k-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 100K EUR" ,
"numerical_value" : 30
2018-04-24 10:24:43 +02:00
} ,
{
"value" : "less-than-1M-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 1 million EUR" ,
"numerical_value" : 40
2018-12-22 14:55:27 +01:00
} ,
{
"value" : "less-than-10M-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 10 million EUR" ,
"numerical_value" : 50
2018-12-22 14:55:27 +01:00
} ,
{
"value" : "less-than-100M-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 100 million EUR" ,
"numerical_value" : 60
2018-12-22 14:55:27 +01:00
} ,
{
"value" : "less-than-1B-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 1 billion EUR" ,
"numerical_value" : 70
2018-12-22 14:55:27 +01:00
} ,
{
"value" : "more-than-1B-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "More than 1 billion EUR" ,
"numerical_value" : 80
2018-04-24 10:24:43 +02:00
}
]
} ,
{
"predicate" : "gain" ,
"entry" : [
{
"value" : "none" ,
2019-06-25 12:38:47 +02:00
"expanded" : "No gain" ,
"numerical_value" : 0
2018-04-24 10:24:43 +02:00
} ,
{
"value" : "less-than-25k-eur" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 25K EUR" ,
"numerical_value" : 10
2018-04-24 10:24:43 +02:00
} ,
{
"value" : "less-than-50k-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 50K EUR" ,
"numerical_value" : 20
2018-04-24 10:24:43 +02:00
} ,
{
"value" : "less-than-100k-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 100K EUR" ,
"numerical_value" : 30
2018-04-24 10:24:43 +02:00
} ,
{
"value" : "less-than-1M-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 1 million EUR" ,
"numerical_value" : 40
2018-12-22 14:55:27 +01:00
} ,
{
"value" : "less-than-10M-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 10 million EUR" ,
"numerical_value" : 50
2018-12-22 14:55:27 +01:00
} ,
{
"value" : "less-than-100M-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 100 million EUR" ,
"numerical_value" : 60
2018-12-22 14:55:27 +01:00
} ,
{
"value" : "less-than-1B-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "Less than 1 billion EUR" ,
"numerical_value" : 70
2018-12-22 14:55:27 +01:00
} ,
{
"value" : "more-than-1B-euro" ,
2019-06-25 12:38:47 +02:00
"expanded" : "More than 1 billion EUR" ,
"numerical_value" : 80
2018-04-24 10:24:43 +02:00
}
]
}
] ,
"predicates" : [
{
"value" : "loss" ,
"expanded" : "Loss" ,
2019-11-05 10:28:02 +01:00
"description" : "A financial impact evaluated as a casuality." ,
"exclusive" : true
2018-04-24 10:24:43 +02:00
} ,
{
"value" : "gain" ,
"expanded" : "Gain" ,
2019-11-05 10:28:02 +01:00
"description" : "A financial impact evaluated as a benefit." ,
"exclusive" : true
2018-04-24 10:24:43 +02:00
}
]
}