mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
Certainty level of an associated element or cluster added.
This commit is contained in:
parent
18436156ae
commit
47b93bbbef
1 changed files with 36 additions and 0 deletions
36
elements/certainty-level.json
Normal file
36
elements/certainty-level.json
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
Loading…
Reference in a new issue