From d05dd102127e6b8efd8ecf5037db33bc299d73fb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 26 Apr 2017 16:13:51 +0200 Subject: [PATCH] Threat level fixed to the current implemented level (incorrect order). Initial level were from the updated misp taxonomy - https://github.com/MISP/misp-taxonomies/blob/master/misp/machinetag.json --- misp-core-format/raw.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 36cb48a..6b12180 100644 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -108,16 +108,16 @@ info is represented as a JSON string. info **MUST** be present. threat_level_id represents the threat level. -0: +4: : Undefined -1: +3: : Low 2: : Medium -3: +1: : High If a higher granularity is required, a MISP taxonomy applied as a Tag **SHOULD** be preferred.