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

# Create Intel Intelligence

Create Intel intelligence with additional details.

<Note>
  External Documentation

  To learn more, visit the [Cyware CTIX documentation](https://ctixapiv3.cyware.com/#57d25d01-7322-41c2-bc92-aee030d64be5).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                   |
  | ---------- | ------------------------------------------------------------------------------------------------------------- |
  | Collection | The name of the collection of the intelligence. If the collection doesn't exist, it is automatically created. |
  | Source     | The name of the source of the intelligence. If the source doesn't exist, it is automatically created.         |
  | Title      | The title of the created intelligence.                                                                        |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Confidence  | The confidence of the intelligence.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  | SDOs & IOCs | The SDOs and IOCs associated with the intelligence. [For more information see Cyware documentation](https://ctixapiv3.cyware.com/#57d25d01-7322-41c2-bc92-aee030d64be5).<br />For Example:<br /><pre><code>\{<br />  "all\_iocs": \{<br />    "ipv4": \[<br />      \{<br />        "value": "1.2.34.21",<br />        "description": "sample description",<br />        "is\_false\_positive": true,<br />        "notes": \[<br />          "This is a sample Note attached to this indicator!",<br />          "Sample Note 2"<br />        ],<br />        "custom\_attributes": \{<br />          "x\_custom\_attribute1": "sample value 1",<br />          "x\_custom\_attribute2": "sample value 2"<br />        }<br />      }]<br />    },<br />  "vulnerabilities": \[<br />    \{<br />      "value": "vul1",<br />      "custom\_attributes": \{<br />        "x\_custom\_attribute1": "sample value 1",<br />        "x\_custom\_attribute2": "sample value 2"<br />      }<br />    }]<br />  }<br />}</code></pre> |
  | TLP         | The Traffic Light Protocol(TLP) of the created intelligence.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | Tags        | A comma-separated array of the tags associated with the intelligence.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"details": "Intel creation is in progress."
}
```

## Workflow Library Example

[Create Intel Intelligence with Cyware Ctix and Send Results Via Email](https://library.blinkops.com/workflows/create-intel-intelligence-with-cyware-ctix-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/create-intel-intelligence-with-cyware-ctix-and-send-results-via-email/canvas" />
</div>
