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

# Export DCH Feed

Downloads the Spur DCH feed which provides a base level of knowledge to facilitate rules and security policies outside of specific anonymity services that Spur tracks.

<Note>
  External Documentation

  To learn more, visit the [Spur documentation](https://docs.spur.us/feeds?id=download-dch-feed).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                |
  | --------- | ------------------------------------------ |
  | Fields    | A comma separated list of fields to fetch. |
  | Output    | The data output format as `csv` or `json`. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"asn": null,
		"network": "156.38.209.120/29",
		"organization": "xneelo-tscolo"
	},
	{
		"asn": null,
		"network": "169.60.21.16/28",
		"organization": "QRadar on Cloud - Staging"
	},
	{
		"asn": null,
		"network": "217.182.232.240/29",
		"organization": "OVH SAS"
	},
	{
		"asn": null,
		"network": "83.222.240.171/32",
		"organization": "P1SB-7801017dab6a769c6008daa4e12f04d9f5897496"
	},
	{
		"asn": null,
		"network": "83.170.115.65/32",
		"organization": "UK2 Customer"
	},
	{
		"asn": null,
		"network": "217.61.12.0/25",
		"organization": "Aruba S.p.A."
	},
	{
		"asn": null,
		"network": "83.170.90.154/31",
		"organization": "UK2 Customer"
	},
	{
		"asn": null,
		"network": "108.178.10.56/29",
		"organization": "SG Hosting Inc."
	},
	{
		"asn": null,
		"network": "78.46.26.8/32",
		"organization": "Timme Hosting GmbH \u0026 Co. KG"
	},
	{
		"asn": null,
		"network": "83.170.109.180/32",
		"organization": "UK2 Customer"
	}
]
```

## Workflow Library Example

[Export Dch Feed with Spur and Send Results Via Email](https://library.blinkops.com/workflows/export-dch-feed-with-spur-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/export-dch-feed-with-spur-and-send-results-via-email/canvas" />
</div>
