> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Submit Sample

Submit a sample.

<Note>
  External Documentation

  To learn more, visit the [Recorded Future Triage Cloud documentation](https://us-sandbox.recordedfuture.com/docs/cloud-api/submit).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                   |
  | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | File Identifier | The identifier of the file. You can create a file identifier using the `Set File Variable` action.                                                                                                                                                                                            |
  | File Password   | The password to un-encrypt the sample file. Usually used with archive type files (zip/rar).                                                                                                                                                                                                   |
  | Sample Name     | The name of the sample. Defaults to the name of the file attached.                                                                                                                                                                                                                            |
  | Sample Type     | The type of sample to submit.<br />\* `File` - Upload a file as a sample.<br />\* `URL` - Execute a file by a given URL directly in the browser.<br />\* `Fetch` - Download and execute a file from a given URL.<br />\* `Import` - Import a Recorded Future Sandbox sample from a given URL. |
  | Sample URL      | The URL of the sample.                                                                                                                                                                                                                                                                        |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                                                                                                                                                                                                                                                                                 |
  | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Analysis Network Type | Specify the type of network routing to use in behavioral analysis. Defaults to `internet` when no value is specified.                                                                                                                                                                                                                                                       |
  | Interactive Sample    | If set to true, the analysis profile must be chosen manually after static analysis has finished.                                                                                                                                                                                                                                                                            |
  | Profiles              | An array of profile objects. Used to map specific profiles to samples. For more information see [Recorded Future documentation](https://us-sandbox.recordedfuture.com/docs/cloud-api/submit/#choosing-a-profile).<br />For example:<br /><pre><code>\[<br />  \{<br />    "profile": "myprofileId",<br />    "pick": "unpack001/something.exe"<br />  }<br />]</code></pre> |
  | Timeout Time          | Specify the timeout of the analysis in seconds. Maximum value is 3600.                                                                                                                                                                                                                                                                                                      |
  | User Tags             | A comma-separated array or JSON list of custom user tags. Please note that tags cannot be an empty value.<br />For example: `id:123789, source:smtp`                                                                                                                                                                                                                        |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "<string>",
	"status": "<string>",
	"kind": "<string>",
	"filename": "<string>",
	"submitted": "2025-04-02T05:14:01Z"
}
```

## Workflow Library Example

[Submit Sample with Recorded Future Triage Cloud and Send Results Via Email](https://library.blinkops.com/workflows/submit-sample-with-recorded-future-triage-cloud-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/submit-sample-with-recorded-future-triage-cloud-and-send-results-via-email/canvas" />
</div>
