Skip to content

Commit 322e451

Browse files
committed
Merge branch 'main' of https://github.com/sebdraven/misp-objects into sebdraven-main
2 parents 8aef005 + 53572fe commit 322e451

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
{
22
"attributes": {
3+
"command_line": {
4+
"description": "command code",
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,
1217
"ui-priority": 1
1318
}
1419
},
1520
"description": "Command line and options related to a specific command executed by a program, whether it is malicious or not.",
1621
"meta-category": "misc",
1722
"name": "command-line",
23+
"required": [
24+
"command_line"
25+
],
1826
"uuid": "88ebe222-d3cc-11e9-875d-7f13f460adaf",
19-
"version": 1
27+
"version": 2
2028
}

0 commit comments

Comments
 (0)