mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 08:47:18 +00:00
fix: [threat-actor] UUID reused fixed (UUIDs cannot be reused across different cluster)
Add the missing the relationship for the new UUID
This commit is contained in:
parent
8c09aeb1dd
commit
9efca4c41b
2 changed files with 10 additions and 3 deletions
|
@ -14176,6 +14176,13 @@
|
||||||
"estimative-language:likelihood-probability=\"likely\""
|
"estimative-language:likelihood-probability=\"likely\""
|
||||||
],
|
],
|
||||||
"type": "used-by"
|
"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",
|
"uuid": "42148074-196b-4f8c-b149-12163fc385fa",
|
||||||
|
@ -24577,5 +24584,5 @@
|
||||||
"value": "Maui ransomware"
|
"value": "Maui ransomware"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 105
|
"version": 106
|
||||||
}
|
}
|
||||||
|
|
|
@ -9790,9 +9790,9 @@
|
||||||
"type": "uses"
|
"type": "uses"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"uuid": "00edb40d-2fed-4d36-98b1-c85fc2bb1168",
|
"uuid": "4245e4cd-a57a-4e0b-9853-acaa549d495d",
|
||||||
"value": "PARINACOTA"
|
"value": "PARINACOTA"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 243
|
"version": 244
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue