From e42ec26ea7ee3e15924bbb4118443547cfe5ab18 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Thu, 4 Oct 2018 08:47:11 +0200 Subject: [PATCH] update workflow taxonomy --- workflow/machinetag.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workflow/machinetag.json b/workflow/machinetag.json index 7eac693..a33448e 100644 --- a/workflow/machinetag.json +++ b/workflow/machinetag.json @@ -2,7 +2,7 @@ "namespace": "workflow", "expanded": "workflow to support analysis", "description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information. ", - "version": 5, + "version": 6, "predicates": [ { "value": "todo", @@ -78,6 +78,10 @@ { "value": "add-mitre-attack-cluster", "expanded": "Describe cyber adversary behavior using MITRE ATT&CK" + }, + { + "value": "additional-task", + "expanded": "Used to point an additional task that can not be describe by the rest of the taxonomy and need to be done" } ] },