From b41b4d27cb11cb7d02045279be2a6c7a3f22b90b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 12 Aug 2016 07:42:49 +0200 Subject: [PATCH] First idea of mapping the MISP galaxy with taxonomies --- galaxy/threat-actor.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 galaxy/threat-actor.json diff --git a/galaxy/threat-actor.json b/galaxy/threat-actor.json new file mode 100644 index 0000000..9b4fadf --- /dev/null +++ b/galaxy/threat-actor.json @@ -0,0 +1,15 @@ +{ +"predicate_in": "elementOneOf", +"cluster_url": "https://www.github.com/MISP/misp-galaxy/cluster/threat-actor.json", +"default_predicate_value": "value", +"default_predicate_value_in": "values", +"elements_url" : "https://www.github.com/MISP/misp-galaxy/elements/", +"exceptions": [ +{ + "predicate": "adversary-groups", + "value": "group", + "value_in": "details" + +} +] +}