From 556908bfd6c2ddeb3619849bb809c380d16afdaf Mon Sep 17 00:00:00 2001 From: Iglocska Date: Mon, 7 Nov 2016 03:34:40 +0100 Subject: [PATCH] Some small fixes - more uniform pluralisation - Added display name fields --- clusters/threat-actors.json | 1 + clusters/tools.json | 3 ++- galaxies/{threat-actor.json => threat-actors.json} | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) rename galaxies/{threat-actor.json => threat-actors.json} (82%) diff --git a/clusters/threat-actors.json b/clusters/threat-actors.json index 42715fc8..3eaf47df 100644 --- a/clusters/threat-actors.json +++ b/clusters/threat-actors.json @@ -10,6 +10,7 @@ "Various" ], "type": "threat-actors", + "name": "Threat actor", "values": [ { "value": "Comment Crew", diff --git a/clusters/tools.json b/clusters/tools.json index e62649d3..6630f615 100644 --- a/clusters/tools.json +++ b/clusters/tools.json @@ -617,5 +617,6 @@ "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"], - "type": "threat-actor-tools" + "type": "tools", + "name": "Tool" } diff --git a/galaxies/threat-actor.json b/galaxies/threat-actors.json similarity index 82% rename from galaxies/threat-actor.json rename to galaxies/threat-actors.json index 454d41d4..6ca1ba86 100644 --- a/galaxies/threat-actor.json +++ b/galaxies/threat-actors.json @@ -1,5 +1,6 @@ { - "name" : "threat-actor", + "name" : "Threat Actor", + "type" : "threat-actors", "description": "Threat actors are characteristics of malicious actors (or adversaries) representing a cyber attack threat including presumed intent and historically observed behaviour.", "version": 1, "uuid": "698774c7-8022-42c4-917f-8d6e4f06ada3"