misp-taxonomies/euci/machinetag.json

28 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"namespace": "euci",
"description": "EU classified information (EUCI) means any information or material designated by a EU security classification, the unauthorised disclosure of which could cause varying degrees of prejudice to the interests of the European Union or of one or more of the Member States.",
"version": 1,
"predicates": [
{
"value": "EU-TOP-SECRET",
"expanded": "EU TOP SECRET",
"description": "Information and material the unauthorised disclosure of which could cause exceptionally grave prejudice to the essential interests of the European Union or of one or more of the Member States."
},
{
"value": "EU-SECRET",
"expanded": "EU SECRET",
"description": "Information and material the unauthorised disclosure of which could seriously harm the essential interests of the European Union or of one or more of the Member States."
},
{
"value": "EU-CONFIDENTIAL",
"expanded": "EU CONFIDENTIAL",
"description": "Information and material the unauthorised disclosure of which could harm the essential interests of the European Union or of one or more of the Member States."
},
{
"value": "EU-RESTRICTED",
"expanded": "EU RESTRICTED",
"description": "Information and material the unauthorised disclosure of which could be disadvantageous to the interests of the European Union or of one or more of the Member States."
}
]
}