chg: [pandemic] geostrategy added

pull/190/head
Alexandre Dulaunoy 2020-04-24 14:00:07 +02:00
parent 25469f1a29
commit 8c4e2a8e8b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 12 additions and 7 deletions

View File

@ -451,7 +451,7 @@
{ {
"description": "Pandemic", "description": "Pandemic",
"name": "pandemic", "name": "pandemic",
"version": 2 "version": 4
}, },
{ {
"description": "Tags from RiskIQ's PassiveTotal service", "description": "Tags from RiskIQ's PassiveTotal service",
@ -544,13 +544,13 @@
"version": 5 "version": 5
}, },
{ {
"description": "The Indicators of Trust provide insight on data about what can be trusted", "description": "Taxonomy to describe Tor network infrastructure",
"name": "trust", "name": "tor",
"version": 1 "version": 1
}, },
{ {
"description": "Taxonomy to describe Tor network infrastructure", "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": "tor", "name": "trust",
"version": 1 "version": 1
}, },
{ {
@ -580,5 +580,5 @@
} }
], ],
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
"version": "20200324" "version": "20200424"
} }

View File

@ -1,7 +1,7 @@
{ {
"namespace": "pandemic", "namespace": "pandemic",
"description": "Pandemic", "description": "Pandemic",
"version": 3, "version": 4,
"predicates": [ "predicates": [
{ {
"value": "covid-19", "value": "covid-19",
@ -26,6 +26,11 @@
"value": "disinformation", "value": "disinformation",
"expanded": "Disinformation", "expanded": "Disinformation",
"description": "Information tagged about COVID-19 and related to 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"
} }
] ]
} }