From e7cef8bf141fac0c1538ee8df7a4d99bbee0976d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 27 Nov 2016 16:41:45 +0100 Subject: [PATCH] Add a source field for the clusters (required for MISP 2.4.56) --- clusters/threat-actors.json | 1 + clusters/tools.json | 1 + 2 files changed, 2 insertions(+) diff --git a/clusters/threat-actors.json b/clusters/threat-actors.json index 69d29ca..cfca9bc 100644 --- a/clusters/threat-actors.json +++ b/clusters/threat-actors.json @@ -9,6 +9,7 @@ "Timo Steffens", "Various" ], + "source": "MISP Project", "type": "threat-actors", "name": "Threat actor", "values": [ diff --git a/clusters/tools.json b/clusters/tools.json index bb8f60d..584f7f2 100644 --- a/clusters/tools.json +++ b/clusters/tools.json @@ -634,6 +634,7 @@ "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.", "author": ["Alexandre Dulaunoy", "Florian Roth", "Timo Steffens", "Christophe Vandeplas"], + "source": "MISP Project", "type": "tools", "name": "Tool" }