From c443dccbc3f38c950b4fc45703175a0de24bb1c0 Mon Sep 17 00:00:00 2001 From: MichaelDwucet Date: Fri, 5 Feb 2016 14:59:00 +0100 Subject: [PATCH 1/3] Create machinetag.json New machinetag.json for German (DE) Government classification markings (VS) --- de-vs/machinetag.json | 52 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 de-vs/machinetag.json diff --git a/de-vs/machinetag.json b/de-vs/machinetag.json new file mode 100644 index 0000000..5ad4c15 --- /dev/null +++ b/de-vs/machinetag.json @@ -0,0 +1,52 @@ +{ + "namespace": "de-vs", + "description": "German (DE) Government classification markings (VS).", + "version": 1, + "predicates": [ + { + "value": "Einstufung", + "expanded": "Einstufung" + }, + { + "value": "Schutzwort", + "expanded": "Schutzwort" + } + ], + "values": [ + { + "predicate": "Einstufung", + "entry": [ + { + "value": "STRENG GEHEIM", + "expanded": "STRENG GEHEIM", + "description": "Kenntnisnahme durch Unbefugte kann den Bestand oder lebenswichtige Interessen der Bundesrepublik Deutschland oder eines ihrer Länder gefährden." + }, + { + "value": "GEHEIM", + "expanded": "GEHEIM", + "description": "Kenntnisnahme durch Unbefugte kann die Sicherheit der Bundesrepublik Deutschland oder eines ihrer Länder gefährden oder ihren Interessen schweren Schaden zufügen." + }, + { + "value": "VS-VERTRAULICH", + "expanded": "VS-VERTRAULICH", + "description": "Kenntnisnahme durch Unbefugte kann für die Interessen der Bundesrepublik Deutschland oder eines ihrer Länder schädlich sein." + }, + { + "value": "VS-NfD", + "expanded": "VS-NUR FÜR DEN DIENSTGEBRAUCH", + "description": "Kenntnisnahme durch Unbefugte kann für die Interessen der Bundesrepublik Deutschland oder eines ihrer Länder nachteilig sein." + } + ] + }, + { + "predicate": "Schutzwort", + "entry": [ + { + "value": "Dummy", + "expanded": "Dummy", + "description": "Platzhalter." + } + ] + } + ] +} From 1b23f1ee937014a10d4646ac32c337c63f6c834e Mon Sep 17 00:00:00 2001 From: MichaelDwucet Date: Fri, 5 Feb 2016 15:02:41 +0100 Subject: [PATCH 2/3] Create README.md Readme for DE-VS Taxonomy. --- de-vs/README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 de-vs/README.md diff --git a/de-vs/README.md b/de-vs/README.md new file mode 100644 index 0000000..0c45b65 --- /dev/null +++ b/de-vs/README.md @@ -0,0 +1,48 @@ +#DE-VS +Taxonomy for the handling of protectively marked information in MISP with German (DE) Government classification markings (VS). + +## Ábout +The classification markings are based on the German "General Administrative Regulation for the physical and organizational protection of classified information (Allgemeine Verwaltungsvorschrift zum materiellen und organisatorischen Schutz von Verschlusssachen (VS-Anweisung - VSA))" of the German Federal Ministry of the Interior. Official handling caveats apply. For this reason all expressions in this taxonomy are in German language. + +## Structure +The DE-VS Taxonomy has two predicates: +
+
"Einstufung"
+
This is the official classification marking. Each marking is a single value of these predicate.
+ +
"Schutzwort"
+
This is the additional code word that can be added to a classification marking. The code words are values of the predicate. +
As code words can be classified information themselves, there are no code words included in this taxonomy.
+
+ +##More information +
+
General Administrative Regulation for the physical and organizational protection of classified information (VSA)
+
DE:
+
https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Sicherheitsberatung/VSA_pdf.html
+ +
VS - Regulations in DE
+
DE:
+
https://www.bsi.bund.de/DE/Themen/Sicherheitsberatung/Geheimschutzberatung/VorschriftenStandards/vorschriften.html
+ +
Instruction sheet on the Handling of Protectively Marked Information Classified 'VS-NUR FÜR DEN DIENSTGEBRAUCH (RESTRICTED)':
+
EN:
+
https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Sicherheitsberatung/VS-MerkblattEnglisch_pdf.html
+
FR:
+
https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Sicherheitsberatung/VS-MerkblattFranzoesich_pdf.html
+
ES:
+
https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Sicherheitsberatung/VS-MerkblattSpanisch_pdf.html
+
CN:
+
https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Sicherheitsberatung/VS-MerkblattChinesisch_pdf.html
+
PL:
+
https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Sicherheitsberatung/VS-MerkblattPolnisch_pdf.html
+
RU:
+
https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Sicherheitsberatung/VS-MerkblattRussisch_pdf.html
+
IT:
+
https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Sicherheitsberatung/VS-MerkblattItalienisch_pdf.html
+
+ +##Contact: +Federal Office for Information Security (BSI) +CERT-Bund +E-Mail: certbund@bsi.bund.de From 322afa01f99fe62c1551539e1de3e45f3ed6c232 Mon Sep 17 00:00:00 2001 From: Michael Dwucet Date: Tue, 9 Feb 2016 11:27:10 +0100 Subject: [PATCH 3/3] Update README.md typo --- de-vs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de-vs/README.md b/de-vs/README.md index 0c45b65..2d59489 100644 --- a/de-vs/README.md +++ b/de-vs/README.md @@ -8,7 +8,7 @@ The classification markings are based on the German "General Administrative Regu The DE-VS Taxonomy has two predicates:
"Einstufung"
-
This is the official classification marking. Each marking is a single value of these predicate.
+
This is the official classification marking. Each marking is a single value of this predicate.
"Schutzwort"
This is the additional code word that can be added to a classification marking. The code words are values of the predicate.