update: OSINT now includes a "presentation" type source
parent
357db7689f
commit
00bd858a1f
|
@ -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"
|
"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",
|
"name": "osint",
|
||||||
"description": "Open Source Intelligence - Classification (MISP taxonomies)."
|
"description": "Open Source Intelligence - Classification (MISP taxonomies)."
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"value": "certainty"
|
"value": "certainty"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 7,
|
"version": 8,
|
||||||
"description": "Open Source Intelligence - Classification (MISP taxonomies)",
|
"description": "Open Source Intelligence - Classification (MISP taxonomies)",
|
||||||
"namespace": "osint",
|
"namespace": "osint",
|
||||||
"values": [
|
"values": [
|
||||||
|
@ -32,6 +32,10 @@
|
||||||
"value": "technical-report",
|
"value": "technical-report",
|
||||||
"expanded": "Technical or analysis report"
|
"expanded": "Technical or analysis report"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "presentation",
|
||||||
|
"expanded": "Presentation or slidedeck"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "news-report",
|
"value": "news-report",
|
||||||
"expanded": "News report"
|
"expanded": "News report"
|
||||||
|
|
Loading…
Reference in New Issue