From 9c03f6ab9da94469299fb5bca7c66dee98ae8b7e Mon Sep 17 00:00:00 2001 From: Sebastien Larinier Date: Thu, 7 Mar 2024 10:10:36 +0000 Subject: [PATCH] add software for cmd line and change type --- objects/command-line/definition.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/objects/command-line/definition.json b/objects/command-line/definition.json index f80dd52..b7b0239 100644 --- a/objects/command-line/definition.json +++ b/objects/command-line/definition.json @@ -1,20 +1,28 @@ { "attributes": { + "command_line": { + "description": "command code", + "misp-attribute": "text", + "multiple": true, + "ui-priority": 1 + }, "description": { "description": "description of the command", "misp-attribute": "text", "ui-priority": 1 }, - "value": { - "description": "command code", + "software": { + "description": "type of shell (bash,zsh,powershell,cmd.exe", "misp-attribute": "text", - "multiple": true, "ui-priority": 1 } }, "description": "Command line and options related to a specific command executed by a program, whether it is malicious or not.", "meta-category": "misc", "name": "command-line", + "required": [ + "command_line" + ], "uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf", - "version": 1 + "version": 2 } \ No newline at end of file