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",