From e11e95415ae8c81a4724bd97a9cdeecf13ff185a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 3 Dec 2017 11:36:22 +0100 Subject: [PATCH] add: x509-fingerprint-sha1 added to file object description (e.g signed APK but not PE) --- objects/file/definition.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 9eeac53..734d6ba 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -15,7 +15,8 @@ "sha512/224", "sha512/256", "tlsh", - "pattern-in-file" + "pattern-in-file", + "x509-fingerprint-sha1" ], "attributes": { "md5": { @@ -126,6 +127,11 @@ "ui-priority": 0, "misp-attribute": "tlsh" }, + "certificate": { + "description": "Certificate value if the binary is signed with another authentication scheme than authenticode", + "ui-prioriety": 0, + "misp-attribute": "x509-fingerprint-sha1" + }, "mimetype": { "description": "Mime type", "disable_correlation": true, @@ -142,11 +148,12 @@ "Signed", "Revoked", "Expired", - "Trusted" + "Trusted", + "Malicious" ] } }, - "version": 5, + "version": 6, "description": "File object describing a file with meta-information", "meta-category": "file", "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",