From ab963cdb5b3e28d4b777555b3ea9cde0c799020f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 16 Mar 2024 09:48:29 +0100 Subject: [PATCH] chg: [command-line] added sane_default --- objects/command-line/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/objects/command-line/definition.json b/objects/command-line/definition.json index cda1c1d..678a34f 100644 --- a/objects/command-line/definition.json +++ b/objects/command-line/definition.json @@ -1,7 +1,7 @@ { "attributes": { "command_line": { - "description": "command code", + "description": "command code line", "misp-attribute": "text", "multiple": true, "ui-priority": 1 @@ -14,6 +14,13 @@ "software": { "description": "type of shell (bash/sh,powershell,cmd.exe)", "misp-attribute": "text", + "sane_default": [ + "Shell", + "Bash", + "zsh", + "Powershell", + "cmd.exe" + ], "ui-priority": 1 } },