Submitting a New Task for an Existing Sample on Malware Analysis Appliance
book
Article ID: 168128
calendar_today
Updated On:
Products
Malware Analysis Software - MA
Issue/Introduction
Creates a new analysis task for an existing sample. Once created, the task is added to the processing queue and execution will begin when an environment instance is available.
Resolution
Command: POST /rapi/tasks
$ curl -X POST -d "sample_id=1234&env=ivm" http://server_ip/rapi/tasks