From 904c1f1d472461a7a238909333de4ea425e28d65 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 5 May 2017 16:52:14 +0200 Subject: [PATCH] text output updated --- misp-taxonomy-format/raw.md.txt | 62 ++++++++++++++++----------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/misp-taxonomy-format/raw.md.txt b/misp-taxonomy-format/raw.md.txt index 8779ac7..247db69 100644 --- a/misp-taxonomy-format/raw.md.txt +++ b/misp-taxonomy-format/raw.md.txt @@ -144,23 +144,23 @@ Internet-Draft MISP taxonomy format April 2017 The MISP taxonomy format uses the JSON [RFC4627] format. Each namespace is represented as a JSON object with meta information - including the following fields: namespace, description, version. + including the following fields: namespace, description, version, + type. namespace defines the overall namespace of the machine tag. The namespace is represented as a string and MUST be present. The description is represented as a string and MUST be present. A - version is represented as a decimal and MUST be present. + version is represented as a decimal and MUST be present. A type + defines where a specific taxonomy is applicable and a type can be + applicable at event, user or org level. The type is represented as + an array containing one or more type and SHOULD be present. If a + type is not mentioned, by default, the taxonomy is applicable at + event level only. predicates defines all the predicates available in the namespace defined. predicates is represented as an array of JSON objects. predicates MUST be present and MUST at least content one element. - values defines all the values for each predicate in the namespace - defined. values SHOULD be present. - - - - @@ -170,6 +170,9 @@ Dulaunoy & Iklody Expires October 12, 2017 [Page 3] Internet-Draft MISP taxonomy format April 2017 + values defines all the values for each predicate in the namespace + defined. values SHOULD be present. + 2.2. predicates The predicates array contains one or more JSON objects which lists @@ -203,6 +206,26 @@ Internet-Draft MISP taxonomy format April 2017 Example use of the colour field in the Traffic Light Protocol (TLP): + + + + + + + + + + + + + + + +Dulaunoy & Iklody Expires October 12, 2017 [Page 4] + +Internet-Draft MISP taxonomy format April 2017 + + "predicates": [ { "colour": "#CC0033", @@ -219,13 +242,6 @@ Internet-Draft MISP taxonomy format April 2017 "value": "amber" }...] - - -Dulaunoy & Iklody Expires October 12, 2017 [Page 4] - -Internet-Draft MISP taxonomy format April 2017 - - 2.4.2. description description fields MAY be used at predicates or values level to add a @@ -256,22 +272,6 @@ Internet-Draft MISP taxonomy format April 2017 - - - - - - - - - - - - - - - -