2019-06-01 10:04:46 +02:00
{
"attributes" : {
"comment" : {
"description" : "Comment associated to the shell commands executed." ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
"ui-priority" : 1
2019-06-01 10:04:46 +02:00
} ,
"language" : {
"description" : "Scripting language used for the shell commands executed." ,
"disable_correlation" : true ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
2019-06-01 10:04:46 +02:00
"sane_default" : [
"PowerShell" ,
"VBScript" ,
"Bash" ,
"Lua" ,
"JavaScript" ,
"AppleScript" ,
"AWK" ,
"Python" ,
"Perl" ,
"Ruby" ,
"Winbatch" ,
"AutoIt" ,
"PHP"
2020-04-26 02:10:02 +02:00
] ,
"ui-priority" : 9
} ,
"script" : {
"description" : "Free text of the script if available which executed the shell commands." ,
"misp-attribute" : "text" ,
"ui-priority" : 10
2019-06-01 10:04:46 +02:00
} ,
"shell-command" : {
"description" : "" ,
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"multiple" : true ,
"ui-priority" : 0
2019-06-01 10:04:46 +02:00
} ,
"state" : {
"description" : "Known state of the script." ,
"disable_correlation" : true ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
"multiple" : true ,
"ui-priority" : 0 ,
2019-06-01 10:04:46 +02:00
"values_list" : [
"Malicious" ,
"Unknown" ,
"Harmless" ,
"Trusted"
]
}
} ,
"description" : "Object describing a series of shell commands executed. This object can be linked with malicious files in order to describe a specific execution of shell commands." ,
"meta-category" : "misc" ,
2020-04-26 02:10:02 +02:00
"name" : "shell-commands" ,
"required" : [
"shell-command"
] ,
2019-06-01 10:04:46 +02:00
"uuid" : "fee65efa-eb64-4516-8611-1db76c589f79" ,
2020-04-26 02:10:02 +02:00
"version" : 2
}