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

# Check IP

Search for Domains by attributes.

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                       |
  | ---------- | ------------------------------------------------------------------------------------------------- |
  | IP Address | The IP address to search.                                                                         |
  | Max Age    | Determines how far back in days time the fetch reports go. Valid range is 1 - 365, default is 30. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"ipAddress": "118.25.6.39",
		"isPublic": true,
		"ipVersion": 4,
		"isWhitelisted": false,
		"abuseConfidenceScore": 100,
		"countryCode": "CN",
		"countryName": "China",
		"usageType": "Data Center/Web Hosting/Transit",
		"isp": "Tencent Cloud Computing (Beijing) Co. Ltd",
		"domain": "tencent.com",
		"hostnames": [],
		"isTor": false,
		"totalReports": 1,
		"numDistinctUsers": 1,
		"lastReportedAt": "2018-12-20T20:55:14+00:00",
		"reports": [
			{
				"reportedAt": "2018-12-20T20:55:14+00:00",
				"comment": "Dec 20 20:55:14 srv206 sshd[13937]: Invalid user oracle from 118.25.6.39",
				"categories": [
					18,
					22
				],
				"reporterId": 1,
				"reporterCountryCode": "US",
				"reporterCountryName": "United States"
			}
		]
	}
}
```

## Workflow Library Example

[Check Ip with Abuseipdb and Send Results Via Email](https://library.blinkops.com/workflows/check-ip-with-abuseipdb-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/check-ip-with-abuseipdb-and-send-results-via-email/canvas" />
</div>
