misp-taxonomies/smart-airports-threats/machinetag.json

51 lines
1.2 KiB
JSON
Raw Normal View History

{
"predicates": [
{
"expanded": "Human errors",
"value": "human-errors"
},
{
"expanded": "Natural and social phenomena",
"value": "natural-and-social-phenomena"
},
{
"expanded": "System failures",
"value": "system-failures"
},
{
"expanded": "Malicious actions",
"value": "malicious-actions"
},
{
"expanded": "Third party failures",
"value": "third-party-failures"
}
],
"version": 1,
"description": "Threat taxonomy in the scope of securing smart airports by ENISA. https://www.enisa.europa.eu/publications/securing-smart-airports",
"namespace": "smart-airports-threats",
"values": [
{
"predicate": "human-errors",
"entry": [
{
"value": "configuration-errors",
"expanded": "Configuration errors"
},
{
"value": "operator-or-user-error",
"expanded": "Operator/user error"
},
{
"value": "loss-of-hardware",
"expanded": "Loss of hardware"
},
{
"value": "non-compliance-with-policies-or-procedure",
"expanded": "Non compliance with policies or procedure"
}
]
}
]
}