2018-06-09 11:36:58 +02:00
{
"attributes" : {
"comment" : {
"description" : "Comment associated to the script." ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
"ui-priority" : 1
} ,
"filename" : {
"description" : "Filename used for the script." ,
"disable_correlation" : true ,
"misp-attribute" : "filename" ,
"multiple" : true ,
"ui-priority" : 8
2018-06-09 11:36:58 +02:00
} ,
"language" : {
"description" : "Scripting language used for the script." ,
"disable_correlation" : true ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
2018-06-09 11:36:58 +02:00
"sane_default" : [
"PowerShell" ,
"VBScript" ,
"Bash" ,
"Lua" ,
"JavaScript" ,
"AppleScript" ,
"AWK" ,
"Python" ,
"Perl" ,
"Ruby" ,
"Winbatch" ,
2019-01-24 13:36:09 +01:00
"AutoIt" ,
2019-09-25 12:15:04 +02:00
"PHP" ,
"Nim"
2020-04-26 02:10:02 +02:00
] ,
"ui-priority" : 9
2018-06-09 11:36:58 +02:00
} ,
2020-04-26 02:10:02 +02:00
"script" : {
"description" : "Free text of the script." ,
"misp-attribute" : "text" ,
"ui-priority" : 10
} ,
"script-as-attachment" : {
"description" : "Attachment of the script." ,
"misp-attribute" : "attachment" ,
"ui-priority" : 10
2018-06-09 11:36:58 +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 ,
2018-06-09 11:36:58 +02:00
"values_list" : [
"Malicious" ,
"Unknown" ,
"Harmless" ,
"Trusted"
]
}
} ,
"description" : "Object describing a computer program written to be run in a special run-time environment. The script or shell script can be used for malicious activities but also as support tools for threat analysts." ,
"meta-category" : "misc" ,
2020-04-26 02:10:02 +02:00
"name" : "script" ,
"requiredOneOf" : [
"script" ,
"filename" ,
"script-as-attachment"
] ,
2018-06-09 11:36:58 +02:00
"uuid" : "6bce7d01-dbec-4054-b3c2-3655a19382e2" ,
2020-04-26 02:10:02 +02:00
"version" : 7
}