> ## 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 Risk Information

Get risk information for the given IOCs. You must provide at least one parameter to execute the action.

**Note:** This action handles `1` to `1,000` indicators per request.

<Note>
  External Documentation

  To learn more, visit the [Recorded Future documentation](https://docs.recordedfuture.com/reference/soar-enrich).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                                              |
  | ----------------- | -------------------------------------------------------------------------------------------------------- |
  | Company By Domain | A comma-separated list of companies, identified by their domains, to evaluate their current risk levels. |
  | Domains           | A comma-separated list of domains to evaluate their current risk levels.                                 |
  | Hashes            | A comma-separated list of hashes to evaluate their current risk levels.                                  |
  | IP Addresses      | A comma-separated list of IP addresses to evaluate their current risk levels.                            |
  | Metadata          | Select to append metadata that describes the response data elements.                                     |
  | URLs              | A comma-separated list of URLs to evaluate their current risk levels.                                    |
  | Vulnerabilities   | A comma-separated list of CVEs to evaluate their current risk levels.                                    |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"results": [
			{
				"domain": "google.com",
				"risk": {
					"score": 0,
					"level": 0,
					"context": [
						{
							"additionalProp1": {
								"score": 0,
								"summary": [
									{}
								],
								"rule": {
									"count": 0,
									"maxCount": 5
								},
								"mostCriticalRule": "string"
							},
							"additionalProp2": {
								"score": 0,
								"summary": [
									{}
								],
								"rule": {
									"count": 0,
									"maxCount": 5
								},
								"mostCriticalRule": "string"
							},
							"additionalProp3": {
								"score": 0,
								"summary": [
									{}
								],
								"rule": {
									"count": 0,
									"maxCount": 5
								},
								"mostCriticalRule": "string"
							}
						}
					],
					"rule": {
						"count": 0,
						"mostCritical": "string",
						"maxCount": 30,
						"evidence": {
							"additionalProp1": {
								"count": 0,
								"timestamp": "2025-01-01T13:30:00.000Z",
								"description": "string",
								"rule": "Linked to Malware",
								"sightings": 100,
								"mitigation": "string",
								"level": 0
							},
							"additionalProp2": {
								"count": 0,
								"timestamp": "2025-01-01T13:30:00.000Z",
								"description": "string",
								"rule": "Linked to Malware",
								"sightings": 100,
								"mitigation": "string",
								"level": 0
							},
							"additionalProp3": {
								"count": 0,
								"timestamp": "2025-01-01T13:30:00.000Z",
								"description": "string",
								"rule": "Linked to Malware",
								"sightings": 100,
								"mitigation": "string",
								"level": 0
							}
						},
						"summary": [
							{
								"level": 0,
								"count": 0
							}
						]
					}
				},
				"entity": {
					"id": "idn:google.com",
					"name": "google.com",
					"type": "InternetDomainName",
					"description": "string"
				}
			}
		]
	},
	"counts": {
		"returned": 1,
		"total": 1000
	},
	"metadata": {
		"entries": [
			{}
		]
	}
}
```

## Workflow Library Example

[Get Risk Information with Recorded Future and Send Results Via Email](https://library.blinkops.com/workflows/get-risk-information-with-recorded-future-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-risk-information-with-recorded-future-and-send-results-via-email/canvas" />
</div>
