mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 16:57:18 +00:00
First version of adversary tools
This commit is contained in:
parent
0928b8b467
commit
e60bbbb78e
1 changed files with 43 additions and 0 deletions
43
elements/threat-actor-tools.json
Normal file
43
elements/threat-actor-tools.json
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"values": [
|
||||
{
|
||||
"value": "PlugX",
|
||||
"description": "Malware"
|
||||
},
|
||||
{
|
||||
"value": "MSUpdater"
|
||||
},
|
||||
{
|
||||
"value": "Poison Ivy"
|
||||
},
|
||||
{
|
||||
"value": "Torn RAT"
|
||||
},
|
||||
{
|
||||
"value": "Joy RAT"
|
||||
},
|
||||
{
|
||||
"value": "Sakula",
|
||||
"synonyms": ["Sakurel"]
|
||||
},
|
||||
{
|
||||
"value": "Derusbi"
|
||||
},
|
||||
{
|
||||
"value": "EvilGrab"
|
||||
},
|
||||
{
|
||||
"value": "IEChecker"
|
||||
},
|
||||
{
|
||||
"value": "Trojan.Naid"
|
||||
},
|
||||
{
|
||||
"value": "Backdoor.Moudoor"
|
||||
}
|
||||
],
|
||||
"version" : 1,
|
||||
"description": "threat-actor-tools is an enumeration of tools used by adversaries.",
|
||||
"author": ["Alexandre Dulaunoy"],
|
||||
"type": "threat-actor-tools"
|
||||
}
|
Loading…
Reference in a new issue