TLP (Traffic Light Protocol) added as triple tags format

based on the description from CIRCL:
https://www.circl.lu/pub/traffic-light-protocol/
pull/8/head
Alexandre Dulaunoy 2015-11-22 08:18:06 +01:00
parent 618857e5ce
commit fc25918e18
1 changed files with 28 additions and 0 deletions

28
tlp/machinetag.json Normal file
View File

@ -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
}