From a85178255ca1f362f00182842dbd0f5a0a112bf5 Mon Sep 17 00:00:00 2001 From: molley Date: Tue, 2 Apr 2019 17:28:49 +0100 Subject: [PATCH] Added issuer as one of the required fields This is often a field used on it's own to identify a malicious cert --- objects/x509/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/x509/definition.json b/objects/x509/definition.json index 106a90c..42ecb04 100644 --- a/objects/x509/definition.json +++ b/objects/x509/definition.json @@ -3,7 +3,8 @@ "x509-fingerprint-md5", "x509-fingerprint-sha1", "x509-fingerprint-sha256", - "serial-number" + "serial-number", + "issuer" ], "attributes": { "subject": { @@ -105,7 +106,7 @@ "ui-priority": 0 } }, - "version": 7, + "version": 8, "description": "x509 object describing a X.509 certificate", "meta-category": "network", "uuid": "d1ab756a-26b5-4349-9f43-765630f0911c",