mirror of https://github.com/MISP/misp-galaxy
Add a source field for the clusters (required for MISP 2.4.56)
parent
de51c75742
commit
e7cef8bf14
|
@ -9,6 +9,7 @@
|
||||||
"Timo Steffens",
|
"Timo Steffens",
|
||||||
"Various"
|
"Various"
|
||||||
],
|
],
|
||||||
|
"source": "MISP Project",
|
||||||
"type": "threat-actors",
|
"type": "threat-actors",
|
||||||
"name": "Threat actor",
|
"name": "Threat actor",
|
||||||
"values": [
|
"values": [
|
||||||
|
|
|
@ -634,6 +634,7 @@
|
||||||
"uuid": "0d821b68-9d82-4c6d-86a6-1071a9e0f79f",
|
"uuid": "0d821b68-9d82-4c6d-86a6-1071a9e0f79f",
|
||||||
"description": "threat-actor-tools is an enumeration of tools used by adversaries. The list includes malware but also common software regularly used by the adversaries.",
|
"description": "threat-actor-tools is an enumeration of tools used by adversaries. The list includes malware but also common software regularly used by the adversaries.",
|
||||||
"author": ["Alexandre Dulaunoy", "Florian Roth", "Timo Steffens", "Christophe Vandeplas"],
|
"author": ["Alexandre Dulaunoy", "Florian Roth", "Timo Steffens", "Christophe Vandeplas"],
|
||||||
|
"source": "MISP Project",
|
||||||
"type": "tools",
|
"type": "tools",
|
||||||
"name": "Tool"
|
"name": "Tool"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue