mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
37 lines
700 B
JSON
37 lines
700 B
JSON
|
{
|
||
|
"values": [
|
||
|
{
|
||
|
"description": "100% Certainty",
|
||
|
"value": "1"
|
||
|
},
|
||
|
{
|
||
|
"description": "93% Almost certain",
|
||
|
"value": "0.93"
|
||
|
},
|
||
|
{
|
||
|
"description": "75% Probable",
|
||
|
"value": "0.75"
|
||
|
},
|
||
|
{
|
||
|
"description": "50% Chances about even",
|
||
|
"value": "0.5"
|
||
|
},
|
||
|
{
|
||
|
"description": "30% Probably not",
|
||
|
"value": "0.3"
|
||
|
},
|
||
|
{
|
||
|
"description": "7% Almost certainly not",
|
||
|
"value": "0.07"
|
||
|
},
|
||
|
{
|
||
|
"description": "0% Impossibility",
|
||
|
"value": "0"
|
||
|
}
|
||
|
],
|
||
|
"type": "certainty-level",
|
||
|
"author": ["MISP","CIA"],
|
||
|
"description": "Certainty level of an associated element or cluster.",
|
||
|
"version": 1
|
||
|
}
|