From ea7bdb5bd76df175e5cc00642bbaa81cb23381c7 Mon Sep 17 00:00:00 2001 From: truckydev Date: Tue, 8 Aug 2017 15:11:47 +0200 Subject: [PATCH] add X509-fingerprint https://github.com/MISP/MISP/pull/2357 --- objects/x509/definition.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/objects/x509/definition.json b/objects/x509/definition.json index 131a9ea..7cea16e 100644 --- a/objects/x509/definition.json +++ b/objects/x509/definition.json @@ -23,10 +23,18 @@ "ui-priority": 0, "misp-attribute": "text" }, + "x509-fingerprint-md5": { + "ui-priority": 1, + "misp-attribute": "md5" + }, "x509-fingerprint-sha1": { "ui-priority": 1, "misp-attribute": "sha1" }, + "x509-fingerprint-sha256": { + "ui-priority": 1, + "misp-attribute": "sha256" + }, "raw-base64": { "ui-priority": 0, "misp-attribute": "text"