update: OSINT now includes a "presentation" type source

pull/81/head
Alexandre Dulaunoy 2017-11-19 12:13:53 +01:00
parent 357db7689f
commit 00bd858a1f
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 6 additions and 2 deletions

View File

@ -181,7 +181,7 @@
"description": "Open Threat Taxonomy v1.1 base on James Tarala of SANS ref. - http://www.auditscripts.com/resources/open_threat_taxonomy_v1.1a.pdf"
},
{
"version": 5,
"version": 8,
"name": "osint",
"description": "Open Source Intelligence - Classification (MISP taxonomies)."
},

6
osint/machinetag.json Normal file → Executable file
View File

@ -13,7 +13,7 @@
"value": "certainty"
}
],
"version": 7,
"version": 8,
"description": "Open Source Intelligence - Classification (MISP taxonomies)",
"namespace": "osint",
"values": [
@ -32,6 +32,10 @@
"value": "technical-report",
"expanded": "Technical or analysis report"
},
{
"value": "presentation",
"expanded": "Presentation or slidedeck"
},
{
"value": "news-report",
"expanded": "News report"