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

# Get Bulk IOCs In Bundle

Gets bundle of IOCs in STIX2 format.

<Note>
  External Documentation

  To learn more, visit the [Cybersixgill documentation](https://developer.cybersixgill.com/catalog/api/8ce9ea95-d7b8-471f-a9ea-95d7b8e71f04/doc).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description               |
  | ---------- | ------------------------- |
  | Channel ID | The channel ID of IOCs.   |
  | Limit      | Amount of IOCs to return. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "bundle--b56c1e2e-a40c-44ca-83dd-09e25936d273",
	"objects": [
		{
			"created": "2019-05-01T06:13:14.000Z",
			"description": "this is the description'",
			"id": "example--1",
			"labels": [
				"[\"aaa\",\"bbb\",\"ccc\"]"
			],
			"lang": "en",
			"modified": "2019-05-08T03:43:44.000Z",
			"sixgill_actor": "actor name",
			"sixgill_confidance": 80,
			"sixgill_feedid": "darkfeed_015",
			"sixgill_feedname": "name of feed",
			"sixgill_postid": "f1b1ddcc181313841edbee47cbc114ef6e82c81a",
			"sixgill_posttitle": "post title",
			"sixgill_source": "twitter",
			"spec_version": "2.0",
			"type": "example",
			"valid_from": "2019-05-08T03:43:44.000Z",
			"sixgill_severity": 80,
			"pattern": "[ipv4-addr:value = '195.123.241.195']",
			"external_reference": [
				{
					"description": "Mitre attack tactics and technique reference",
					"mitre_attack_tactic": "Establish & Maintain Infrastructure",
					"mitre_attack_tactic_id": "TA0022",
					"mitre_attack_tactic_url": "https://attack.mitre.org/tactics/TA0022/",
					"mitre_attack_technique": "Compromise 3rd party infrastructure to support delivery",
					"mitre_attack_technique_id": "T1334",
					"mitre_attack_technique_url": "https://attack.mitre.org/techniques/T1334/",
					"source_name": "mitre-attack"
				}
			],
			"additionalProp1": {}
		}
	],
	"spec_version": "2.0",
	"type": "bundle"
}
```

## Workflow Library Example

[Get Bulk Iocs in Bundle with Cybersixgill and Send Results Via Email](https://library.blinkops.com/workflows/get-bulk-iocs-in-bundle-with-cybersixgill-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/get-bulk-iocs-in-bundle-with-cybersixgill-and-send-results-via-email/canvas" />
</div>
