From 9efca4c41b06e60df8dbbb5b00f2068468b3ac33 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 21 Aug 2022 09:17:56 +0200 Subject: [PATCH] fix: [threat-actor] UUID reused fixed (UUIDs cannot be reused across different cluster) Add the missing the relationship for the new UUID --- clusters/ransomware.json | 9 ++++++++- clusters/threat-actor.json | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/clusters/ransomware.json b/clusters/ransomware.json index 8abc7f5..23a7c2f 100644 --- a/clusters/ransomware.json +++ b/clusters/ransomware.json @@ -14176,6 +14176,13 @@ "estimative-language:likelihood-probability=\"likely\"" ], "type": "used-by" + }, + { + "dest-uuid": "4245e4cd-a57a-4e0b-9853-acaa549d495d", + "tags": [ + "estimative-language:likelihood-probability=\"likely\"" + ], + "type": "used-by" } ], "uuid": "42148074-196b-4f8c-b149-12163fc385fa", @@ -24577,5 +24584,5 @@ "value": "Maui ransomware" } ], - "version": 105 + "version": 106 } diff --git a/clusters/threat-actor.json b/clusters/threat-actor.json index 6d435bd..e0a39f1 100644 --- a/clusters/threat-actor.json +++ b/clusters/threat-actor.json @@ -9790,9 +9790,9 @@ "type": "uses" } ], - "uuid": "00edb40d-2fed-4d36-98b1-c85fc2bb1168", + "uuid": "4245e4cd-a57a-4e0b-9853-acaa549d495d", "value": "PARINACOTA" } ], - "version": 243 + "version": 244 }