add: [WiP] Threat taxonomy in the scope of securing smart airports by ENISA.

pull/105/head
Alexandre Dulaunoy 2018-06-14 22:39:13 +02:00
parent cc1910f1ee
commit df2eb92d52
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 56 additions and 1 deletions

View File

@ -324,11 +324,16 @@
"name": "maec-malware-capabilities",
"description": "Malware Capabilities based on MAEC 5.0",
"version": 1
},
{
"name": "smart-airports-threats",
"description": "Threat taxonomy in the scope of securing smart airports by ENISA.",
"version": 1
}
],
"path": "machinetag.json",
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
"description": "Manifest file of MISP taxonomies available.",
"license": "CC-0",
"version": "20180525"
"version": "20180614"
}

View File

@ -0,0 +1,50 @@
{
"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"
}
]
}
]
}