misp-objects/objects/script/definition.json

71 lines
1.8 KiB
JSON

{
"attributes": {
"comment": {
"description": "Comment associated to the script.",
"misp-attribute": "text",
"ui-priority": 1
},
"filename": {
"description": "Filename used for the script.",
"disable_correlation": true,
"misp-attribute": "filename",
"multiple": true,
"ui-priority": 8
},
"language": {
"description": "Scripting language used for the script.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"PowerShell",
"VBScript",
"Bash",
"Lua",
"JavaScript",
"AppleScript",
"AWK",
"Python",
"Perl",
"Ruby",
"Winbatch",
"AutoIt",
"PHP",
"Nim"
],
"ui-priority": 9
},
"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
},
"state": {
"description": "Known state of the script.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0,
"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",
"name": "script",
"requiredOneOf": [
"script",
"filename",
"script-as-attachment"
],
"uuid": "6bce7d01-dbec-4054-b3c2-3655a19382e2",
"version": 7
}