> ## 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.

# Scan File

Scan a file in the Hybrid Analysis sandbox for analysis.

The default analysis system supports the following file extensions:

* PE (.exe, .scr, .pif, .dll, .com, .cpl, etc.)
* Office (.doc, .docx, .ppt, .pps, .pptx, .ppsx, .xls, .xlsx, .rtf, .pub)
* PDF
* APK
* executable JAR
* Windows Script Component (.sct)
* Windows Shortcut (.lnk)
* Windows Help (.chm)
* HTML Application (.hta)
* Windows Script File (\*.wsf)
* Javascript (.js),
* Visual Basic (\*.vbs, \*.vbe)
* Shockwave Flash (.swf)
* Perl (.pl)
* Powershell (.ps1, .psd1, .psm1)
* Scalable Vector Graphics (.svg)
* Python (.py) scripts
* Perl (.pl) scripts
* Linux ELF executables
* MIME RFC 822 (\*.eml)
* Microsoft Installer packages(\*.msi)
* Outlook \*.msg files.

<Note>
  External Documentation

  To learn more, visit the [Hybrid Analysis documentation](https://hybrid-analysis.com/docs/api/v2#/Sandbox%20Submission/e306d626e3fbbe3f10982ff88251b2b7).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                        |
  | ---------------- | -------------------------------------------------------------------------------------------------- |
  | Environment ID   | The sandbox environment to run the scan on.                                                        |
  | File Identifier  | The identifier of the file. You can create a file identifier using the `Set File Variable` action. |
  | Network Settings | Network settings for the file analysis.                                                            |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                         |
  | --------- | ----------------------------------------------------------------------------------- |
  | Comment   | Optional comment text that may be associated with the scan.                         |
  | Email     | Optional email address that may be associated with the submission for notification. |
</div>

## Example Output

```json theme={"dark"}
{
	"job_id": "63de7d8c49a6d52ea854e3e5",
	"submission_id": "63de7d8d49a6d52ea854e3e6",
	"environment_id": 100,
	"sha256": "2ed46d7bedc17aba18343eac71e21648b1af50fff732af7e338075cd0ed1567a"
}
```

## Workflow Library Example

[Hybrid Analysis   Detonate File in Sandbox](https://library.blinkops.com/workflows/hybrid-analysis---detonate-file-in-sandbox)

<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/hybrid-analysis---detonate-file-in-sandbox/canvas" />
</div>
