From a0639dda190a11283dde271eac237bb942a0492d Mon Sep 17 00:00:00 2001 From: Carlos Borges Date: Tue, 23 Feb 2021 20:22:54 -0300 Subject: [PATCH] Creation of CTI taxonomy The CTI taxonomy follows a standard process/cycle. This classification helps teams to control the workflow of their activities --- cti/machinetag.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 cti/machinetag.json diff --git a/cti/machinetag.json b/cti/machinetag.json new file mode 100644 index 0000000..15d78f2 --- /dev/null +++ b/cti/machinetag.json @@ -0,0 +1,38 @@ +{ + "namespace": "cti", + "description": "Cyber Threat Intelligence cycle to control workflow state of your process.", + "version": 1, + "predicates": [ + { + "value": "planning", + "description":"CTI requirementes being generated.", + "expanded": "Phase" + }, + { + "value": "collection", + "description":"Data collection initiated.", + "expanded": "Phase" + }, + { + "value": "processing-and-analysis", + "description":"Data is being processed and analyzed", + "expanded": "Phase" + }, + { + "value": "dissemination-done", + "description":"CTI product created and delivered to stakeholders.", + "expanded": "Phase" + }, + { + "value": "feedback-received", + "description":"Feedback received by stakeholders.", + "expanded": "Phase" + }, + { + "value": "feedback-pending", + "description":"Feedback pending by stakeholders.", + "expanded": "Phase" + } + + ] +}