From 3e82526ed1049a0165c8645e0a6d52834c045054 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 20 Jul 2018 10:50:18 +0200 Subject: [PATCH] chg: [infoleak] add binary and hexadecimal --- infoleak/machinetag.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/infoleak/machinetag.json b/infoleak/machinetag.json index 5538cb2..70638e4 100644 --- a/infoleak/machinetag.json +++ b/infoleak/machinetag.json @@ -33,7 +33,7 @@ "expanded": "Test" } ], - "version": 2, + "version": 3, "description": "A taxonomy describing information leaks and especially information classified as being potentially leaked. The taxonomy is based on the work by CIRCL on the AIL framework. The taxonomy aim is to be used at large to improve classification of leaked information.", "namespace": "infoleak", "values": [ @@ -116,6 +116,14 @@ "value": "base64", "expanded": "Base64" }, + { + "value": "binary", + "expanded": "Binary" + }, + { + "value": "hexadecimal", + "expanded": "Hexadecimal" + }, { "value": "bitcoin-address", "expanded": "Bitcoin address" @@ -217,6 +225,14 @@ "value": "base64", "expanded": "Base64" }, + { + "value": "binary", + "expanded": "Binary" + }, + { + "value": "hexadecimal", + "expanded": "Hexadecimal" + }, { "value": "bitcoin-address", "expanded": "Bitcoin address"