misp-taxonomies/admiralty-scale/machinetag.json

88 lines
2.0 KiB
JSON
Raw Normal View History

{
"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": 3,
2015-11-21 16:21:42 +01:00
"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",
"numerical_value": 50
}
]
},
{
"predicate": "information-credibility",
"entry": [
{
"value": "1",
"expanded": "Confirmed by other sources",
2017-11-22 15:11:59 +01:00
"numerical_value": 100
},
{
"value": "2",
"expanded": "Probably true",
2017-11-22 15:11:59 +01:00
"numerical_value": 75
},
{
"value": "3",
"expanded": "Possibly true",
2017-11-22 15:11:59 +01:00
"numerical_value": 50
},
{
"value": "4",
"expanded": "Doubtful",
2017-11-22 15:11:59 +01:00
"numerical_value": 25
},
{
"value": "5",
"expanded": "Improbable",
2017-11-22 15:11:59 +01:00
"numerical_value": 0
},
{
"value": "6",
"expanded": "Truth cannot be judged",
"numerical_value": 50
}
]
}
]
}