Skip to content

Commit e466c78

Browse files
committed
Merge branch 'sebdraven-main'
2 parents 8aef005 + ab963cd commit e466c78

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
11
{
22
"attributes": {
3+
"command_line": {
4+
"description": "command code line",
5+
"misp-attribute": "text",
6+
"multiple": true,
7+
"ui-priority": 1
8+
},
39
"description": {
410
"description": "description of the command",
511
"misp-attribute": "text",
612
"ui-priority": 1
713
},
8-
"value": {
9-
"description": "command code",
14+
"software": {
15+
"description": "type of shell (bash/sh,powershell,cmd.exe)",
1016
"misp-attribute": "text",
11-
"multiple": true,
17+
"sane_default": [
18+
"Shell",
19+
"Bash",
20+
"zsh",
21+
"Powershell",
22+
"cmd.exe"
23+
],
1224
"ui-priority": 1
1325
}
1426
},
1527
"description": "Command line and options related to a specific command executed by a program, whether it is malicious or not.",
1628
"meta-category": "misc",
1729
"name": "command-line",
30+
"required": [
31+
"command_line"
32+
],
1833
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
19-
"version": 1
34+
"version": 2
2035
}

0 commit comments

Comments
 (0)