2018-06-09 11:36:58 +02:00
{
2019-05-23 11:24:05 +02:00
"requiredOneOf" : [
2019-04-07 22:24:58 +02:00
"script" ,
"filename"
2018-06-09 11:36:58 +02:00
] ,
"attributes" : {
"script" : {
"description" : "Free text of the script." ,
"ui-priority" : 10 ,
"misp-attribute" : "text"
} ,
"comment" : {
"description" : "Comment associated to the script." ,
"ui-priority" : 1 ,
"misp-attribute" : "text"
} ,
"language" : {
"description" : "Scripting language used for the script." ,
"ui-priority" : 9 ,
"misp-attribute" : "text" ,
"disable_correlation" : true ,
"sane_default" : [
"PowerShell" ,
"VBScript" ,
"Bash" ,
"Lua" ,
"JavaScript" ,
"AppleScript" ,
"AWK" ,
"Python" ,
"Perl" ,
"Ruby" ,
"Winbatch" ,
2019-01-24 13:36:09 +01:00
"AutoIt" ,
"PHP"
2018-06-09 11:36:58 +02:00
]
} ,
"filename" : {
"description" : "Filename used for the script." ,
"ui-priority" : 8 ,
"misp-attribute" : "filename" ,
"multiple" : true ,
"disable_correlation" : true
} ,
"state" : {
"misp-attribute" : "text" ,
"ui-priority" : 0 ,
"description" : "Known state of the script." ,
"multiple" : true ,
"disable_correlation" : true ,
"values_list" : [
"Malicious" ,
"Unknown" ,
"Harmless" ,
"Trusted"
]
}
} ,
2019-05-23 11:24:05 +02:00
"version" : 4 ,
2018-06-09 11:36:58 +02:00
"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" ,
"uuid" : "6bce7d01-dbec-4054-b3c2-3655a19382e2" ,
"name" : "script"
}