From 7c565093df115a9c36cb87d986f954e7d828e953 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Fri, 19 Jan 2024 23:15:41 +0100 Subject: [PATCH] chg: [artifact] Changed the `payload_bin` attribute to attachment type --- objects/artifact/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/artifact/definition.json b/objects/artifact/definition.json index 3f19a2da..4d92f4d1 100644 --- a/objects/artifact/definition.json +++ b/objects/artifact/definition.json @@ -24,7 +24,7 @@ }, "payload_bin": { "description": "Specifies the binary data contained in the artifact as a base64-encoded string.", - "misp-attribute": "text", + "misp-attribute": "attachment", "ui-priority": 0 }, "sha1": {