From fc25918e18084a985f70f6d4780dbd880141e79b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 22 Nov 2015 08:18:06 +0100 Subject: [PATCH] TLP (Traffic Light Protocol) added as triple tags format based on the description from CIRCL: https://www.circl.lu/pub/traffic-light-protocol/ --- tlp/machinetag.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tlp/machinetag.json diff --git a/tlp/machinetag.json b/tlp/machinetag.json new file mode 100644 index 0000000..7e0ac5a --- /dev/null +++ b/tlp/machinetag.json @@ -0,0 +1,28 @@ +{ + "namespace": "tlp", + "description": "The Traffic Light Protocol - or short: TLP - was designed with the objective to create a favorable classification scheme for sharing sensitive information while keeping the control over its distribution at the same time.", + "version": 1, + "predicates": [ + { + "value": "red", + "expanded": "(TLP:RED) Information exclusively and directly given to (a group of) individual recipients. Sharing outside is not legitimate." + }, + { + "value": "amber", + "expanded": "(TLP:AMBER) Information exclusively given to an organization; sharing limited within the organization to be effectively acted upon." + }, + { + "value": "green", + "expanded": "(TLP:GREEN) Information given to a community or a group of organizations at large. The information cannot be publicly released." + }, + { + "value": "white", + "expanded": "(TLP:WHITE) Information can be shared publicly in accordance with the law." + }, + { + "value": "ex:chr", + "expanded": "(TLP:EX:CHR) Information extended with a specific tag called Chatham House Rule (CHR). When this specific CHR tag is mentioned, the attribution (the source of information) must not be disclosed. This additional rule is at the discretion of the initial sender who can decide to apply or not the CHR tag." + } + ], + "values": null +}