mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-27 01:07:18 +00:00
Alexandre Dulaunoy
6e62b0ab46
default type where you can add as much element as you want. The elements are the default values known by MISP but a local instance can add more or overwrite some elements.
25 lines
1.6 KiB
JSON
25 lines
1.6 KiB
JSON
{
|
|
"version" : 1,
|
|
"description": "Known or estimated adversary groups targeting organizations and employees",
|
|
"author": "Various",
|
|
"type": "APT Groups",
|
|
"groups" : ["Comment Crew","Sofacy"],
|
|
"details" : [
|
|
{
|
|
"group": "Comment Crew",
|
|
"description": "PLA Unit 61398 (Chinese: 61398部队, Pinyin: 61398 bùduì) is the Military Unit Cover Designator (MUCD)[1] of a People's Liberation Army advanced persistent threat unit that has been alleged to be a source of Chinese computer hacking attacks",
|
|
"refs": ["https://en.wikipedia.org/wiki/PLA_Unit_61398", "http://intelreport.mandiant.com/Mandiant_APT1_Report.pdf"],
|
|
"country": "CN",
|
|
"synonyms": ["Comment Panda", "PLA Unit 61398", "APT 1", "Advanced Persistent Threat 1", "Byzantine Candor"]
|
|
},
|
|
{
|
|
"group": "Sofacy",
|
|
"description": "The Sofacy Group (also known as APT28, Pawn Storm, Fancy Bear and Sednit) is a cyber espionage group believed to have ties to the Russian government. Likely operating since 2007, the group is known to target government, military, and security organizations. It has been characterized as an advanced persistent threat.",
|
|
"refs": ["https://en.wikipedia.org/wiki/Sofacy_Group"],
|
|
"country": "RU",
|
|
"synonyms": ["APT 28", "APT28", "Pawn Storm", "Fancy Bear", "Sednit"]
|
|
}
|
|
]
|
|
}
|
|
|
|
|