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

# Send File Analysis Playbook Request

Submit a file for security analysis using a specific playbook.

<Note>
  External Documentation

  To learn more, visit the [Intel Owl documentation](https://intelowlproject.github.io/docs/pyintelowl/IntelOwlClass/#docs.Submodules.pyintelowl.pyintelowl.IntelOwl.send_file_analysis_playbook_request).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                 |
  | --------------- | --------------------------------------------------------------------------- |
  | File Identifier | The identifier of the file to be analyzed.                                  |
  | Playbook        | The name of the playbook to execute for the analysis.                       |
  | TLP             | Traffic Light Protocol classification level to control information sharing. |
  | Tag             | A label to assign to the analysis.                                          |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                       | Description                                                                                                                                                                                                                                                                                                                                                                                                                            |
  | ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Analyzers Runtime Configuration | A configuration object to override default analyzers configuration.<br /><br />For example:<br /><pre><code>\{<br />    "Doc\_Info": \{<br />      "additional\_passwords\_to\_check": \["passwd", "2020"]<br />    }<br />}</code></pre>For more information about the `Runtime Configuration`, refer to [Intel Owl API documentation](https://intelowlproject.github.io/docs/IntelOwl/advanced_usage/#customize-analyzer-execution). |
</div>

## Example Output

```json theme={"dark"}
{
	"results": [
		{
			"job_id": 75,
			"analyzers_running": [
				"ClamAV",
				"Cymru_Hash_Registry_Get_File",
				"Doc_Info",
				"File_Info",
				"HashLookupServer_Get_File",
				"Permhash",
				"Strings_Info",
				"Yara",
				"Zippy_scan"
			],
			"connectors_running": [],
			"visualizers_running": [
				"Data_Model"
			],
			"playbook_running": "FREE_TO_USE_ANALYZERS",
			"investigation": null,
			"status": "accepted",
			"already_exists": false
		}
	],
	"count": 1
}
```

## Workflow Library Example

[Send File Analysis Playbook Request with Intel Owl and Send Results Via Email](https://library.blinkops.com/workflows/send-file-analysis-playbook-request-with-intel-owl-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/send-file-analysis-playbook-request-with-intel-owl-and-send-results-via-email/canvas" />
</div>
