From 1e096535ef3c4fe5eb5c42c12192e10cdce699f1 Mon Sep 17 00:00:00 2001 From: StefanKelm Date: Fri, 10 Jan 2020 15:00:19 +0100 Subject: [PATCH] Update definition.json Add compilation timestamp (similar to pe object) --- objects/file/definition.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index fe2ee99..937d407 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -445,9 +445,14 @@ "description": "Hash (md5) calculated from the import table", "ui-priority": 0, "misp-attribute": "imphash" + }, + "compilation-timestamp": { + "description": "Compilation timestamp", + "ui-priority": 0, + "misp-attribute": "datetime" } }, - "version": 18, + "version": 19, "description": "File object describing a file with meta-information", "meta-category": "file", "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",