From 3fd907df6b91fc76ebab56b4f78f585fff508da4 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Mon, 17 Dec 2018 12:06:50 +0100 Subject: [PATCH] add new Taxonomy type -improvement still needed- --- README.md | 2 +- type/machinetag.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 type/machinetag.json diff --git a/README.md b/README.md index 953efe3..ad70d01 100644 --- a/README.md +++ b/README.md @@ -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 victim’s 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. - diff --git a/type/machinetag.json b/type/machinetag.json new file mode 100644 index 0000000..6faf96f --- /dev/null +++ b/type/machinetag.json @@ -0,0 +1,11 @@ +{ + "predicates": [ + { + "expanded": "Open Source Intelligence", + "value": "OSINT" + } + ], + "version": 1, + "description": "Taxonomy to describe different types of data", + "namespace": "type" +}