chg: [command-line] added sane_default

pull/421/head
Alexandre Dulaunoy 2024-03-16 09:48:29 +01:00
parent 322e451c3c
commit ab963cdb5b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 1 deletions

View File

@ -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
}
},