From 371ffe77fb74f40d8d52e86de90c1034e0083618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 18 Apr 2019 11:13:03 +0200 Subject: [PATCH] chg: Allow to create a file object with a non-malicious file. Fix #175 #176 --- objects/file/definition.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 7c79f77..85b79c9 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -16,6 +16,7 @@ "pattern-in-file", "x509-fingerprint-sha1", "malware-sample", + "attachment", "path", "fullpath" ], @@ -112,6 +113,11 @@ "ui-priority": 1, "misp-attribute": "malware-sample" }, + "attachment": { + "description": "A non-malicious file.", + "ui-priority": 1, + "misp-attribute": "attachment" + }, "filename": { "description": "Filename on disk", "disable_correlation": true, @@ -436,7 +442,7 @@ ] } }, - "version": 16, + "version": 17, "description": "File object describing a file with meta-information", "meta-category": "file", "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",