From fe5f95c3844ea3e8ac0a9e7e58d7fea916cffc48 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 21 Aug 2019 16:29:56 +0200 Subject: [PATCH] chg: numerical values added --- cssa/machinetag.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cssa/machinetag.json b/cssa/machinetag.json index eb1a425..78bbabe 100644 --- a/cssa/machinetag.json +++ b/cssa/machinetag.json @@ -1,7 +1,7 @@ { "namespace": "cssa", "description": "The CSSA agreed sharing taxonomy.", - "version": 4, + "version": 6, "predicates": [ { "value": "sharing-class", @@ -24,17 +24,20 @@ { "value": "high_profile", "expanded": "Generated within the company during incident/case related investigations or forensic analysis or via malware reversing, validated by humans and highly contextualized.", - "colour": "#007695" + "colour": "#007695", + "numerical_value": 95 }, { "value": "vetted", "expanded": "Generated within the company, validated by a human prior to sharing, data points have been contextualized (to a degree) e.g. IPs are related to C2 or drop site.", - "colour": "#008aaf" + "colour": "#008aaf", + "numerical_value": 50 }, { "value": "unvetted", "expanded": "Generated within the company by automated means without human interaction e.g., by malware sandbox, honeypots, IDS, etc.", - "colour": "#00b3e2" + "colour": "#00b3e2", + "numerical_value": 10 } ] },