mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
fix: [threat-actor] related is an array of JSON objects
This commit is contained in:
parent
7d4ff9730d
commit
6620b5575a
1 changed files with 18 additions and 14 deletions
|
@ -1107,13 +1107,15 @@
|
|||
"value": "Flying Kitten",
|
||||
"description": "Activity: defense and aerospace sectors, also interested in targeting entities in the oil/gas industry.",
|
||||
"uuid": "ba724df5-9aa0-45ca-8e0e-7101c208ae48",
|
||||
"related": {
|
||||
"dest-uuid": "f873db71-3d53-41d5-b141-530675ade27a",
|
||||
"type": "similar",
|
||||
"tags": [
|
||||
"estimative-language:likelihood-probability=\"very-likely\""
|
||||
]
|
||||
}
|
||||
"related": [
|
||||
{
|
||||
"dest-uuid": "f873db71-3d53-41d5-b141-530675ade27a",
|
||||
"type": "similar",
|
||||
"tags": [
|
||||
"estimative-language:likelihood-probability=\"very-likely\""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
|
@ -1263,13 +1265,15 @@
|
|||
"description": "Targets Saudi Arabia, Israel, US, Iran, high ranking defense officials, embassies of various target countries, notable Iran researchers, human rights activists, media and journalists, academic institutions and various scholars, including scientists in the fields of physics and nuclear sciences.",
|
||||
"value": "Rocket Kitten",
|
||||
"uuid": "f873db71-3d53-41d5-b141-530675ade27a",
|
||||
"related": {
|
||||
"dest-uuid": "ba724df5-9aa0-45ca-8e0e-7101c208ae48",
|
||||
"type": "similar",
|
||||
"tags": [
|
||||
"estimative-language:likelihood-probability=\"very-likely\""
|
||||
]
|
||||
}
|
||||
"related": [
|
||||
{
|
||||
"dest-uuid": "ba724df5-9aa0-45ca-8e0e-7101c208ae48",
|
||||
"type": "similar",
|
||||
"tags": [
|
||||
"estimative-language:likelihood-probability=\"very-likely\""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"meta": {
|
||||
|
|
Loading…
Reference in a new issue