From 13ec6018204e7c224bec31e184b22e2c65365514 Mon Sep 17 00:00:00 2001 From: Alexandre De Oliveira Date: Fri, 4 May 2018 19:09:54 +0200 Subject: [PATCH] Update definition.json To avoid having multiple object for each similar attacks coming from the same source, we allow multiple attack source in the same attack. --- objects/ss7-attack/definition.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/objects/ss7-attack/definition.json b/objects/ss7-attack/definition.json index 6354c5d..e86cb16 100644 --- a/objects/ss7-attack/definition.json +++ b/objects/ss7-attack/definition.json @@ -34,6 +34,7 @@ }, "SccpCgGT": { "description": "Signaling Connection Control Part (SCCP) CgGT - Phone number.", + "multiple": true, "ui-priority": 0, "misp-attribute": "text" }, @@ -44,6 +45,7 @@ }, "SccpCgPC": { "description": "Signaling Connection Control Part (SCCP) CgPC - Phone number.", + "multiple": true, "ui-priority": 0, "misp-attribute": "text" },