Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.32 KB

File metadata and controls

40 lines (24 loc) · 1.32 KB

TriggerDynamicExecutionInputBody

Properties

Name Type Description Notes
archiveEntryPath String Relative path of the entry inside the archive to execute [optional]
archivePassword String Password for an encrypted archive [optional]
archiveSha256Hash String SHA-256 of the archive object to send to the sandbox instead of the analysed binary [optional]
commandLineArgs String Command-line arguments passed to the sample when the sandbox launches it [optional]
startMethod StartMethodEnum How the sandbox launches the sample. Defaults to the sandbox's standard behaviour when omitted. [optional]
timeout TimeoutEnum Maximum sandbox execution time in seconds [optional]

Enum: StartMethodEnum

Name Value
STANDARD_USER_PROCESS "standard_user_process"
ADMINISTRATOR_PROCESS "administrator_process"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"

Enum: TimeoutEnum

Name Value
NUMBER_120 120l
NUMBER_180 180l
NUMBER_300 300l
NUMBER_600 600l
NUMBER_unknown_default_open_api 11184809l