From ef05cd5f06860ce3d8146bc66f7458b58c179878 Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Mon, 3 Jul 2017 06:33:53 +0200 Subject: [PATCH] Changed DDOS port attributes to port type --- objects/ddos/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/ddos/definition.json b/objects/ddos/definition.json index 9956e9a..5556b8e 100644 --- a/objects/ddos/definition.json +++ b/objects/ddos/definition.json @@ -3,7 +3,7 @@ "uuid": "e2f124d6-f57c-4f93-99e6-8450545fa05d", "meta-category": "network", "description": "DDoS object describes a current DDoS activity from a specific or/and to a specific target. Type of DDoS can be attached to the object as a taxonomy", - "version": 1, + "version": 2, "attributes": { "total-bps": { "misp-attribute": "counter", @@ -30,7 +30,7 @@ ] }, "dst-port": { - "misp-attribute": "text", + "misp-attribute": "port", "misp-usage-frequency": 0, "categories": [ "Network activity", @@ -38,7 +38,7 @@ ] }, "src-port": { - "misp-attribute": "text", + "misp-attribute": "port", "misp-usage-frequency": 0, "categories": [ "Network activity",