From 64f7ffce96253a986a921e2fc487e69b50d5e701 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 30 Oct 2018 11:15:15 +0100 Subject: [PATCH] new: [gsma-attack-category] first version of Taxonomy used by GSMA for their information sharing program with telco describing the attack categories. --- gsma-attack-category/machinetag.json | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 gsma-attack-category/machinetag.json diff --git a/gsma-attack-category/machinetag.json b/gsma-attack-category/machinetag.json new file mode 100644 index 0000000..90a94dc --- /dev/null +++ b/gsma-attack-category/machinetag.json @@ -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" + } + ] +}