Merge pull request #128 from Delta-Sierra/master

add new Taxonomy type -improvement still needed-
pull/137/head
Alexandre Dulaunoy 2018-12-25 15:15:28 +01:00 committed by GitHub
commit c268daceb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
- [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)
- [Type](./type)
- [Vocabulaire des probabilités estimatives](./vocabulaire-des-probabilites-estimatives)
- Vocabulary for Event Recording and Incident Sharing [VERIS](./veris)
- [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.

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"
}