add new Taxonomy type -improvement still needed-

pull/128/head
Deborah Servili 2018-12-17 12:06:50 +01:00
parent 06e3f7d268
commit 3fd907df6b
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
2 changed files with 12 additions and 1 deletions

View File

@ -53,6 +53,7 @@ bfuscation techniques. This taxonomy lists all the known or official packer used
- [The Permissible Actions Protocol - or short: PAP - was designed to indicate how the received information can be used.](./PAP) - [The Permissible Actions Protocol - or short: PAP - was designed to indicate how the received information can be used.](./PAP)
- [Targeted Threat Index is a metric for assigning an overall threat ranking score to email messages that deliver malware to a victims computer.](./targeted-threat-index) - [Targeted Threat Index is a metric for assigning an overall threat ranking score to email messages that deliver malware to a victims computer.](./targeted-threat-index)
- [TLP - Traffic Light Protocol](./tlp) - [TLP - Traffic Light Protocol](./tlp)
- [Type](./type)
- [Vocabulaire des probabilités estimatives](./vocabulaire-des-probabilites-estimatives) - [Vocabulaire des probabilités estimatives](./vocabulaire-des-probabilites-estimatives)
- Vocabulary for Event Recording and Incident Sharing [VERIS](./veris) - Vocabulary for Event Recording and Incident Sharing [VERIS](./veris)
- [Binary Classification](./binary-class) safe/malicious binary tagging - [Binary Classification](./binary-class) safe/malicious binary tagging
@ -271,4 +272,3 @@ or
~~~~~ ~~~~~
If a specific author of a taxonomy wants to license it under a different license, a pull request can be requested. If a specific author of a taxonomy wants to license it under a different license, a pull request can be requested.

11
type/machinetag.json Normal file
View File

@ -0,0 +1,11 @@
{
"predicates": [
{
"expanded": "Open Source Intelligence",
"value": "OSINT"
}
],
"version": 1,
"description": "Taxonomy to describe different types of data",
"namespace": "type"
}