The /sandbox/tasks/file/{task ID}
endpoint is used to repeat a file execution task in Kaspersky Sandbox.
Request
Request method: PUT
Endpoint: https://tip.kaspersky.com/api/sandbox/tasks/file/{task_id}
Query parameters:
Expected parameters
Parameter |
Description |
---|---|
task_id |
Object execution task ID that you want to restart. |
If necessary, you can change the object execution parameters. If the following parameters are not specified, previously specified values are used.
Optional expected parameters
Parameter |
Description |
---|---|
exec_env |
Operating system that you want to use as an execution environment. Available values can be obtained using the If this parameter is not specified, Kaspersky Threat Intelligence Portal automatically determines the optimal operating system according to the type of uploaded file (Recommended option in web interface). |
exec_time |
Object execution time in seconds. Available values: If this parameter is not specified, Kaspersky Threat Intelligence Portal automatically determines the optimal execution time according to the type of uploaded file (Recommended option in web interface). |
file_name |
Object name. Required parameter. Specify a file name, which Kaspersky Threat Intelligence Portal must use during execution in Kaspersky Sandbox. The specified file name will be assigned to the uploaded file or the file contained in the uploaded archive. For correct processing of the file, do not specify its extension in the The value must not exceed 240 characters. |
processing_type |
Object execution type. Available values:
|
unzip_password |
Password for an archived object. This parameter is used only when |
decrypt_https |
Boolean parameter. Specifies whether HTTPS traffic generated by the executed object must be decrypted. Available values:
The HTTPS traffic decryption may decrease the malware detection probability. By default, The parameter must not be specified, if you specify |
click_on_links |
Boolean parameter (optional). Specifies whether the links in the opened documents must be browsed. Available values:
By default, |
channel |
Region or individual country of a network channel that the object uses to access the internet. There are individual countries among the regions through which the executed file can access the internet. Use the api/sandbox/channels method to obtain all available values. Parameter values are case-sensitive. Description of available values:
|
doc_password |
Password to open password-protected documents during execution. |
cmd_line |
You can use Windows environment variables by placing the By default, the environment variables values are expanded on the user's host, before transferring and executing the object in the Sandbox. To transfer environment variables to the Sandbox as is, without expansion, use the The command line may contain a $sample variable that will be replaced in the Sandbox with the actual path to the object in the operating system (for example, The command in the command line must not exceed 1024 characters, otherwise Kaspersky Threat Intelligence Portal shortens it. Depending on the technical constraints of an operating system that is used as an execution environment in the Sandbox, the command may be further shortened. Command line usage examples are described in the Appendices. |
Request example: To rescan an uploaded and executed file:
|
Responses
451 Unavailable For Legal Reasons
Page top