Skip to main content
Run a new analysis.
External DocumentationTo learn more, visit the Any Run documentation.

Basic Parameters

ParameterDescription
Analysis TypeThe type of object to launch the task on.
Auto-Confirm UACSelect to automatically confirm User Account Control (UAC) prompts during analysis.

Note: This parameter is not applicable to Linux, use Run As Root instead.
Automated interactivitySelect to enable automated interactivity (ML) feature, which simulates user interactions.
CMD CommandAn optional command to run in the cmd.
Environment OSThe operating system for the analysis.
Environment VersionThe OS version for the analysis.
File IdentifierThe identifier of the file.
A file identifier represents a file created or referenced earlier in the workflow (for example, from a file action or another step that produces a file).
See Using with Files in Workflowsfor more details.
Run As RootSelect to allow the file to run with superuser privileges on Linux.

Note: This parameter is not applicable to Windows, use Auto Confirm UAC instead.
Start folderSelect to specify the starting folder for the analysis.

Allowed values by OS:
- Windows: desktop, home, downloads, appdata, temp (default), windows, root
- Linux: desktop, home, downloads, temp (default)
- Android: downloads (default)
Task UUID To RerunThe task ID of a previous analysis to rerun. Can be obtained from the output of the Run Analysis action.
TimeoutThe execution time for the analysis in seconds. Valid values range between 101200.
Note: Maximum allowed value depends on the subscription plan.
URLThe URL to analyze.

Advanced Parameters

ParameterDescription
Additional ParametersA JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.

For example:
{
“first_key”: 12345,
“second_key”: “some_value”
}
The object must follow the vendor’s structure as defined in the API documentation.
Auto-Delete AfterThe period of time after which the analysis will be deleted.

Example Output

{
	"error": false,
	"data": {
		"taskid": "0cf223f2-530e-4a50-b68f-563045268648"
	}
}

Workflow Library Example

Run Analysis with Any Run and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop