From 853939605e48658a5babf8ee5fc9b0f89687b31b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 5 Mar 2017 17:02:49 +0100 Subject: [PATCH] A first taxonomy covering DDoS attack --- ddos/machinetag.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ddos/machinetag.json diff --git a/ddos/machinetag.json b/ddos/machinetag.json new file mode 100644 index 0000000..fef741c --- /dev/null +++ b/ddos/machinetag.json @@ -0,0 +1,43 @@ +{ + "namespace": "ddos", + "expanded": " Distributed Denial of Service", + "description": " Distributed Denial of Service - or short: DDoS - taxonomy supports the description of Denial of Service attacks and especially the types they belong too.", + "version": 1, + "refs": [ + "https://en.wikipedia.org/wiki/Denial-of-service_attack" + ], + "values": [ + { + "predicate": "type", + "entry": [ + { + "value": "amplification-attack", + "expanded": "Amplification attack" + }, + { + "value": "reflected-spoofed-attack", + "expanded": "Reflected and Spoofed attack" + }, + { + "value": "slow-read-attack", + "expanded": "Slow Read attack" + }, + { + "value": "flooding-attack", + "expanded": "Flooding attack" + }, + { + "value": "post-attack", + "expanded": "Large POST HTTP attack" + } + ] + } + ], + "predicates": [ + { + "value": "type", + "expanded": "Type", + "description": "Types and techniques described the way that the attack is performed to launch the Denial of Service attacks. A combination of type values can be used to explain combined techniques and methods." + } + ] +}