From 5feb0527321ecfc5a7028df5db561c95d0fb4798 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 13 Oct 2023 16:29:01 +0200 Subject: [PATCH] chg: [cs-beacon-config] some updates --- objects/cs-beacon-config/definition.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/objects/cs-beacon-config/definition.json b/objects/cs-beacon-config/definition.json index 0330471..a2ebc87 100644 --- a/objects/cs-beacon-config/definition.json +++ b/objects/cs-beacon-config/definition.json @@ -9,6 +9,12 @@ "multiple": true, "ui-priority": 1 }, + "ip": { + "description": "IP of the C2", + "misp-attribute": "ip-dst", + "multiple": true, + "ui-priority": 1 + }, "jar-md5": { "categories": [ "External analysis" @@ -17,6 +23,11 @@ "misp-attribute": "md5", "ui-priority": 0 }, + "license-id": { + "description": "License ID of the Colbalt Strike", + "misp-attribute": "text", + "ui-priority": 1 + }, "md5": { "categories": [ "Payload delivery" @@ -69,5 +80,5 @@ "watermark" ], "uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54", - "version": 1 + "version": 2 } \ No newline at end of file