mirror of https://github.com/MISP/misp-galaxy
chg: [threat-actor] fix refs field -> it's always an array
parent
2042fde3ff
commit
06550a7945
|
@ -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.",
|
||||
"meta": {
|
||||
"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",
|
||||
"value": "Cosmic Lynx"
|
||||
|
|
Loading…
Reference in New Issue