Skip to main content

Submit Sample

Submit a sample.

External Documentation

Basic Parameters

ParameterDescription
File IdentifierThe identifier of the file. You can create a file identifier using the Set File Variable action.
File PasswordThe password to un-encrypt the sample file. Usually used with archive type files (zip/rar).
Sample NameThe name of the sample. Defaults to the name of the file attached.
Sample TypeThe type of sample to submit.
  • File - Upload a file as a sample.
  • URL - Execute a file by a given URL directly in the browser.
  • Fetch - Download and execute a file from a given URL.
  • Import - Import a Recorded Future Sandbox sample from a given URL.
Sample URLThe URL of the sample.

Advanced Parameters

ParameterDescription
Analysis Network TypeSpecify the type of network routing to use in behavioral analysis. Defaults to internet when no value is specified.
Interactive SampleIf set to true, the analysis profile must be chosen manually after static analysis has finished.
ProfilesAn array of profile objects. Used to map specific profiles to samples. For more information see Recorded Future documentation.For example:
[  {    "profile": "myprofileId",    "pick": "unpack001/something.exe"  }]
Timeout TimeSpecify the timeout of the analysis in seconds. Maximum value is 3600.
User TagsA comma-seperated array or JSON list of custom user tags. Please note that tags cannot be an empty value.For example: id:123789, source:smtp

Example Output

{
"id": "190724-hakvlwz8cx",
"status": "running",
"kind": "file",
"filename": "evil.bat",
"private": true,
"submitted": "2019-07-24T13:32:07.253524Z"
}

Workflow Library Example

Submit Sample with Recorded Future Triage Cloud and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop