mirror of
https://github.com/MISP/misp-galaxy.git
synced 2025-09-02 08:02:40 +00:00
Moving things around
This commit is contained in:
parent
7a6e068f18
commit
bd23721e0a
9 changed files with 0 additions and 0 deletions
37
vocabularies/common/certainty-level.json
Normal file
37
vocabularies/common/certainty-level.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"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",
|
||||
"uuid": "bc5d96ea-f579-45de-9b6e-7d3c64035718",
|
||||
"author": ["MISP","CIA"],
|
||||
"description": "Certainty level of an associated element or cluster.",
|
||||
"version": 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue