mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-30 02:37:17 +00:00
chg: [threat-actor] fix refs field -> it's always an array
This commit is contained in:
parent
2042fde3ff
commit
06550a7945
1 changed files with 3 additions and 1 deletions
|
@ -9253,7 +9253,9 @@
|
||||||
"description": "Cosmic Lynx is a Russia-based BEC cybercriminal organization that has significantly impacted the email threat landscape with sophisticated, high-dollar phishing attacks.",
|
"description": "Cosmic Lynx is a Russia-based BEC cybercriminal organization that has significantly impacted the email threat landscape with sophisticated, high-dollar phishing attacks.",
|
||||||
"meta": {
|
"meta": {
|
||||||
"cfr-type-of-incident": "Business Email Compromise",
|
"cfr-type-of-incident": "Business Email Compromise",
|
||||||
"refs": "https://www.agari.com/cyber-intelligence-research/whitepapers/acid-agari-cosmic-lynx.pdf"
|
"refs": [
|
||||||
|
"https://www.agari.com/cyber-intelligence-research/whitepapers/acid-agari-cosmic-lynx.pdf"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"uuid": "54ae5c75-8aab-41a8-971a-03d53db9b35c",
|
"uuid": "54ae5c75-8aab-41a8-971a-03d53db9b35c",
|
||||||
"value": "Cosmic Lynx"
|
"value": "Cosmic Lynx"
|
||||||
|
|
Loading…
Reference in a new issue