From 79146b9d1092ce9731f12de69c1e61a0c0628394 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 19 Sep 2018 07:35:35 +0200 Subject: [PATCH] fix: array in synonyms (MISP accepts it but not the schema ;-) --- clusters/threat-actor.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clusters/threat-actor.json b/clusters/threat-actor.json index 8aa0aec..67325bd 100644 --- a/clusters/threat-actor.json +++ b/clusters/threat-actor.json @@ -5727,10 +5727,12 @@ "refs": [ "https://www.intezer.com/iron-cybercrime-group-under-the-scope-2/" ], - "synonyms": "Iron Cyber Group" + "synonyms": [ + "Iron Cyber Group" + ] }, "uuid": "6a0ea861-229a-45a6-98f5-228f69b43905" } ], - "version": 59 + "version": 60 }