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
pull/6/head
Alexandre Dulaunoy 2017-04-26 16:13:51 +02:00
parent 12eed8dba6
commit d05dd10212
1 changed files with 3 additions and 3 deletions

View File

@ -108,16 +108,16 @@ info is represented as a JSON string. info **MUST** be present.
threat_level_id represents the threat level. threat_level_id represents the threat level.
0: 4:
: Undefined : Undefined
1: 3:
: Low : Low
2: 2:
: Medium : Medium
3: 1:
: High : High
If a higher granularity is required, a MISP taxonomy applied as a Tag **SHOULD** be preferred. If a higher granularity is required, a MISP taxonomy applied as a Tag **SHOULD** be preferred.