From 613a1d65369ec8761866ceddd19851837acb37b8 Mon Sep 17 00:00:00 2001 From: Koen Van Impe Date: Sat, 7 Mar 2020 08:59:09 +0100 Subject: [PATCH 1/2] Taxonomy to describe desired actions for Cytomic Orion --- cytomic_orion/machinetag.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 cytomic_orion/machinetag.json diff --git a/cytomic_orion/machinetag.json b/cytomic_orion/machinetag.json new file mode 100644 index 0000000..de1e036 --- /dev/null +++ b/cytomic_orion/machinetag.json @@ -0,0 +1,31 @@ +{ + "namespace": "cytomic-orion", + "description": "Taxonomy to describe desired actions for Cytomic Orion", + "version": 1, + "expanded": "cytomic-orion", + "predicates": [ + { + "value": "action", + "expanded": "API action", + "description": "Desired action of background jobs with the API", + "exclusive": true + } + ], + "values": [ + { + "predicate": "action", + "entry": [ + { + "value": "upload", + "expanded": "upload", + "description": "Upload IOC to Cytomic Orion" + }, + { + "value": "delete", + "expanded": "delete", + "description": "Delete IOC from Cytomic Orion" + } + ] + } + ] +} From f21067b790e7462a6241d3abc233fd35c45ab288 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 8 Mar 2020 16:39:10 +0100 Subject: [PATCH 2/2] chg: [MANIFEST] fixed --- MANIFEST.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MANIFEST.json b/MANIFEST.json index 232c189..939086a 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -128,6 +128,11 @@ "name": "cyber-threat-framework", "version": 2 }, + { + "description": "Taxonomy to describe desired actions for Cytomic Orion", + "name": "cytomic-orion", + "version": 1 + }, { "description": "Criminal motivation on the dark web: A categorisation model for law enforcement. ref: Janis Dalins, Campbell Wilson, Mark Carman. Taxonomy updated by MISP Project", "name": "dark-web", @@ -560,5 +565,5 @@ } ], "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", - "version": "20200205" + "version": "20200308" }