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)." ,
"version" : 2 ,
2018-04-24 10:24:43 +02:00
"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" ,
2018-12-22 14:55:27 +01:00
"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"
2018-04-24 10:24:43 +02:00
}
]
} ,
{
"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" ,
2018-12-22 14:55:27 +01:00
"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"
2018-04-24 10:24:43 +02:00
}
]
}
] ,
"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."
}
]
}