diff --git a/MANIFEST.json b/MANIFEST.json index 87e1de6..cd4c8d8 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -451,7 +451,7 @@ { "description": "Pandemic", "name": "pandemic", - "version": 2 + "version": 4 }, { "description": "Tags from RiskIQ's PassiveTotal service", @@ -544,13 +544,13 @@ "version": 5 }, { - "description": "The Indicators of Trust provide insight on data about what can be trusted", - "name": "trust", + "description": "Taxonomy to describe Tor network infrastructure", + "name": "tor", "version": 1 }, { - "description": "Taxonomy to describe Tor network infrastructure", - "name": "tor", + "description": "The Indicator of Trust provides insight about data on what can be trusted and known as a good actor. Similar to a whitelist but on steroids, reusing features one would use with Indicators of Compromise, but to filter out what is known to be good.", + "name": "trust", "version": 1 }, { @@ -580,5 +580,5 @@ } ], "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", - "version": "20200324" + "version": "20200424" } diff --git a/pandemic/machinetag.json b/pandemic/machinetag.json index 6b47002..aa864a9 100644 --- a/pandemic/machinetag.json +++ b/pandemic/machinetag.json @@ -1,7 +1,7 @@ { "namespace": "pandemic", "description": "Pandemic", - "version": 3, + "version": 4, "predicates": [ { "value": "covid-19", @@ -26,6 +26,11 @@ "value": "disinformation", "expanded": "Disinformation", "description": "Information tagged about COVID-19 and related to disinformation" + }, + { + "value": "geostrategy", + "expanded": "Geostrategy", + "description": "Information tagged about COVID-19 and related to geostrategy or geopolitics" } ] }