misp-taxonomies/admiralty-scale/machinetag.json

86 lines
1.9 KiB
JSON
Executable File

{
"namespace": "admiralty-scale",
"description": "The Admiralty Scale (also called the NATO System) is used to rank the reliability of a source and the credibility of an information.",
"version": 2,
"predicates": [
{
"value": "source-reliability",
"expanded": "Source Reliability"
},
{
"value": "information-credibility",
"expanded": "Information Credibility"
}
],
"values": [
{
"predicate": "source-reliability",
"entry": [
{
"value": "a",
"expanded": "Completely reliable",
"numerical_value": 100
},
{
"value": "b",
"expanded": "Usually reliable",
"numerical_value": 75
},
{
"value": "c",
"expanded": "Fairly reliable",
"numerical_value": 50
},
{
"value": "d",
"expanded": "Not usually reliable",
"numerical_value": 25
},
{
"value": "e",
"expanded": "Unreliable",
"numerical_value": 0
},
{
"value": "f",
"expanded": "Reliability cannot be judged"
}
]
},
{
"predicate": "information-credibility",
"entry": [
{
"value": "1",
"expanded": "Confirmed by other sources",
"numerical_value": 100
},
{
"value": "2",
"expanded": "Probably true",
"numerical_value": 75
},
{
"value": "3",
"expanded": "Possibly true",
"numerical_value": 50
},
{
"value": "4",
"expanded": "Doubtful",
"numerical_value": 25
},
{
"value": "5",
"expanded": "Improbable",
"numerical_value": 0
},
{
"value": "6",
"expanded": "Truth cannot be judged"
}
]
}
]
}