Skip to content

Commit ab963cd

Browse files
committed
chg: [command-line] added sane_default
1 parent 322e451 commit ab963cd

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

objects/command-line/definition.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"attributes": {
33
"command_line": {
4-
"description": "command code",
4+
"description": "command code line",
55
"misp-attribute": "text",
66
"multiple": true,
77
"ui-priority": 1
@@ -14,6 +14,13 @@
1414
"software": {
1515
"description": "type of shell (bash/sh,powershell,cmd.exe)",
1616
"misp-attribute": "text",
17+
"sane_default": [
18+
"Shell",
19+
"Bash",
20+
"zsh",
21+
"Powershell",
22+
"cmd.exe"
23+
],
1724
"ui-priority": 1
1825
}
1926
},

0 commit comments

Comments
 (0)