From 4a7bb593540cd0a04c683700a8897698bb37302c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 12 Dec 2017 17:16:47 +0100 Subject: [PATCH] chg: Allow malware-sample as only attribute in file. --- objects/file/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index a84a7a3..9fd0d77 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -16,7 +16,8 @@ "sha512/256", "tlsh", "pattern-in-file", - "x509-fingerprint-sha1" + "x509-fingerprint-sha1", + "malware-sample" ], "attributes": { "md5": { @@ -154,7 +155,7 @@ ] } }, - "version": 7, + "version": 8, "description": "File object describing a file with meta-information", "meta-category": "file", "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",