new: [gsma-attack-category] first version of Taxonomy used by GSMA for their information sharing program with telco describing the attack categories.

pull/125/head
Alexandre Dulaunoy 2018-10-30 11:15:15 +01:00
parent b487ead425
commit 64f7ffce96
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
{
"namespace": "gsma-attack-category",
"description": "Taxonomy used by GSMA for their information sharing program with telco describing the attack categories",
"version": 1,
"predicates": [
{
"value": "denial-of-service",
"expanded": "(Distributed) Denial of Service"
},
{
"value": "exploit-attack",
"expanded": "Exploit attack"
},
{
"value": "information-gathering",
"expanded": "Information gathering"
},
{
"value": "insider-attack",
"expanded": "Insider attack"
},
{
"value": "interception-attack",
"expanded": "Interception attack"
},
{
"value": "manipulation-attack",
"expanded": "Manipulation attack"
},
{
"value": "physical-attack",
"expanded": "Physical attack"
},
{
"value": "spoofing",
"expanded": "Spoofing"
}
]
}