From 1dca6b77f1d88ebb869903c15579e71ca42ae7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Herrenschmidt?= Date: Wed, 21 Sep 2022 10:49:26 +0200 Subject: [PATCH 1/2] Released version 3 Add ISAC and InterCERT France communities. --- thales_group/machinetag.json | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/thales_group/machinetag.json b/thales_group/machinetag.json index 3cf5706..c797308 100644 --- a/thales_group/machinetag.json +++ b/thales_group/machinetag.json @@ -32,6 +32,20 @@ "value": "sigpart", "numerical_value": 7 }, + { + "colour": "#FF6F00", + "description": "This TAG will insure you to share ONLY to the Thales Group ISAC alliance. Distribution: All communities", + "expanded": "Use it when you want to share to the Thales Group ISAC alliance ONLY. Distribution: All communities", + "value": "isac", + "numerical_value": 8 + }, + { + "colour": "#FF6F00", + "description": "This TAG will insure you to share ONLY to the Thales Group InterCERT France alliance. Distribution: All communities", + "expanded": "Use it when you want to share to the Thales Group InterCERT France alliance ONLY. Distribution: All communities", + "value": "intercert_france", + "numerical_value": 9 + }, { "colour": "#75646A", "description": "Distribution: All communities", @@ -44,14 +58,14 @@ "description": "Distribution: Restricted Sharing Group", "expanded": "(TLP:BLACK) Information cannot be effectively acted outside of strict and reduced circle of a trust. Distribution: Restricted Sharing Group", "value": "tlp:black", - "numerical_value": 11 + "numerical_value": 13 }, { "colour": "#375a7f", "description": "Distribution: All communities", "expanded": "Use it when this came from Watcher Platform. Distribution: All communities", "value": "Watcher", - "numerical_value": 12 + "numerical_value": 14 } ], "values": [ @@ -94,17 +108,17 @@ { "value": "high", "expanded": "High", - "numerical_value": 8 + "numerical_value": 10 }, { "value": "medium", "expanded": "Medium", - "numerical_value": 9 + "numerical_value": 11 }, { "value": "low", "expanded": "Low", - "numerical_value": 10 + "numerical_value": 12 } ] } @@ -112,7 +126,7 @@ "refs": [ "https://www.thalesgroup.com/en/cert" ], - "version": 2, + "version": 3, "description": "Thales Group Taxonomy - was designed with the aim of enabling desired sharing and preventing unwanted sharing between Thales Group security communities.", "expanded": "Thales Group Taxonomy", "namespace": "thales_group" From 2f38999f9e68f1390a19632565bbc32850c8436a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Herrenschmidt?= Date: Wed, 21 Sep 2022 11:00:07 +0200 Subject: [PATCH 2/2] Color update --- thales_group/machinetag.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thales_group/machinetag.json b/thales_group/machinetag.json index c797308..c163e34 100644 --- a/thales_group/machinetag.json +++ b/thales_group/machinetag.json @@ -33,14 +33,14 @@ "numerical_value": 7 }, { - "colour": "#FF6F00", + "colour": "#043C86", "description": "This TAG will insure you to share ONLY to the Thales Group ISAC alliance. Distribution: All communities", "expanded": "Use it when you want to share to the Thales Group ISAC alliance ONLY. Distribution: All communities", "value": "isac", "numerical_value": 8 }, { - "colour": "#FF6F00", + "colour": "#12294D", "description": "This TAG will insure you to share ONLY to the Thales Group InterCERT France alliance. Distribution: All communities", "expanded": "Use it when you want to share to the Thales Group InterCERT France alliance ONLY. Distribution: All communities", "value": "intercert_france",