From 892b7ee70fb0bac53aea5e4f3dc59d212221ac2e Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Mon, 20 Feb 2023 19:31:59 +0100 Subject: [PATCH] add: [file] Added creation, modification & access time attributes --- objects/file/definition.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/objects/file/definition.json b/objects/file/definition.json index 8524380..2f1c53d 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -1,5 +1,10 @@ { "attributes": { + "access-time": { + "description": "The last time the file was accessed", + "misp-attribute": "datetime", + "ui-priority": 0 + }, "attachment": { "description": "A non-malicious file.", "misp-attribute": "attachment", @@ -21,6 +26,11 @@ "misp-attribute": "datetime", "ui-priority": 0 }, + "creation-time": { + "description": "Creation time of the file", + "misp-attribute": "datetime", + "ui-priority": 0 + }, "entropy": { "description": "Entropy of the whole file", "disable_correlation": true, @@ -334,6 +344,11 @@ "misp-attribute": "mime-type", "ui-priority": 0 }, + "modification-time": { + "description": "Last time the file was modified", + "misp-attribute": "datetime", + "ui-priority": 0 + }, "path": { "description": "Path of the filename complete or partial", "disable_correlation": true,