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" } 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" + } + ] + } + ] +}