From d577ad8758713e4d7c0523bbe2bead64c941ebdb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 24 Mar 2020 19:18:46 +0100 Subject: [PATCH] chg: [pandemic] events and pandemic namespace added --- MANIFEST.json | 12 +++++++++++- pandemic/machinetag.json | 8 +++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/MANIFEST.json b/MANIFEST.json index 66441ff..da8a7fe 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -123,6 +123,11 @@ "name": "cssa", "version": 8 }, + { + "description": "Current events - Schemes of Classification in Incident Response and Detection", + "name": "current-event", + "version": 1 + }, { "description": "Cyber Threat Framework was developed by the US Government to enable consistent characterization and categorization of cyber threat events, and to identify trends or changes in the activities of cyber adversaries. https://www.dni.gov/index.php/cyber-threat-framework", "name": "cyber-threat-framework", @@ -443,6 +448,11 @@ "name": "osint", "version": 11 }, + { + "description": "Pandemic", + "name": "pandemic", + "version": 2 + }, { "description": "Tags from RiskIQ's PassiveTotal service", "name": "passivetotal", @@ -565,5 +575,5 @@ } ], "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", - "version": "20200323" + "version": "20200324" } diff --git a/pandemic/machinetag.json b/pandemic/machinetag.json index 35125a6..f2d8678 100644 --- a/pandemic/machinetag.json +++ b/pandemic/machinetag.json @@ -1,7 +1,7 @@ { "namespace": "pandemic", "description": "Pandemic", - "version": 1, + "version": 2, "predicates": [ { "value": "covid-19", @@ -14,11 +14,13 @@ "entry": [ { "value": "health", - "expanded": "Health" + "expanded": "Health", + "description": "Information tagged about COVID-19 and related to health" }, { "value": "cyber", - "expanded": "Cyber" + "expanded": "Cyber", + "description": "Information tagged about COVID-19 and related to cybersecurity" } ] }