From 2c4f2f7ee64ab4b6a0b9bd11f07af9b7f6d7b8d2 Mon Sep 17 00:00:00 2001 From: "Paul Jung (Thanat0s)" Date: Thu, 19 Feb 2026 11:21:14 +0100 Subject: [PATCH] Add Magic Field on File --- objects/file/definition.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/objects/file/definition.json b/objects/file/definition.json index e0dd053d..4809de73 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -332,6 +332,12 @@ "misp-attribute": "imphash", "ui-priority": 0 }, + "magic": { + "description": "Magic file detection", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 0 + }, "malware-sample": { "description": "The file itself (binary)", "misp-attribute": "malware-sample",