mirror of https://github.com/MISP/misp-galaxy
Merge pull request #861 from Delta-Sierra/main
add some targeted-sectors meta on threat actorpull/863/head
commit
45c11ea942
|
@ -523,7 +523,19 @@
|
||||||
{
|
{
|
||||||
"uuid": "bfd171a5-33f5-4c79-81c5-3dda99dae559",
|
"uuid": "bfd171a5-33f5-4c79-81c5-3dda99dae559",
|
||||||
"value": "Immigration"
|
"value": "Immigration"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"synonyms": [
|
||||||
|
"voluntary",
|
||||||
|
"charitable",
|
||||||
|
"non-profit-making",
|
||||||
|
"not-for-profit"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": "65d6aaaf-a2fb-4409-bfc6-ddf1da9ecc8b",
|
||||||
|
"value": "Non-profit organisation"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4
|
"version": 5
|
||||||
}
|
}
|
||||||
|
|
|
@ -94,6 +94,9 @@
|
||||||
],
|
],
|
||||||
"synonyms": [
|
"synonyms": [
|
||||||
"Covert Grove"
|
"Covert Grove"
|
||||||
|
],
|
||||||
|
"targeted-sector": [
|
||||||
|
"Chemical"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"uuid": "0b06fb39-ed3d-4868-ac42-12fff6df2c80",
|
"uuid": "0b06fb39-ed3d-4868-ac42-12fff6df2c80",
|
||||||
|
@ -144,6 +147,10 @@
|
||||||
"country": "CN",
|
"country": "CN",
|
||||||
"refs": [
|
"refs": [
|
||||||
"https://www.sans.org/cyber-security-summit/archives/file/summit-archive-1492182276.pdf"
|
"https://www.sans.org/cyber-security-summit/archives/file/summit-archive-1492182276.pdf"
|
||||||
|
],
|
||||||
|
"targeted-sector": [
|
||||||
|
"Technology",
|
||||||
|
"Telecoms"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"uuid": "41c15f08-a646-49f7-a644-1bebbf7a4dcd",
|
"uuid": "41c15f08-a646-49f7-a644-1bebbf7a4dcd",
|
||||||
|
@ -1556,6 +1563,12 @@
|
||||||
"Ajax Security Team",
|
"Ajax Security Team",
|
||||||
"Group 26",
|
"Group 26",
|
||||||
"Sayad"
|
"Sayad"
|
||||||
|
],
|
||||||
|
"targeted-sector": [
|
||||||
|
"Aerospace",
|
||||||
|
"Defense",
|
||||||
|
"Gas",
|
||||||
|
"Oil"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"related": [
|
"related": [
|
||||||
|
|
Loading…
Reference in New Issue