File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments