> ## 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 IP Address Report

Get an IP address report.

<Note>
  External Documentation

  To learn more, visit the [VirusTotal documentation](https://virustotal.readme.io/reference/ip-info).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description |
  | --------- | ----------- |
  | IP        | IP address. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"id": "<string>",
		"type": "<string>",
		"links": {
			"self": "<string>"
		},
		"attributes": {
			"last_analysis_stats": {
				"malicious": 2,
				"suspicious": 2,
				"undetected": 174,
				"harmless": 1,
				"timeout": 1
			},
			"as_owner": "<string>",
			"whois_date": 447152566,
			"continent": "<string>",
			"tags": [],
			"network": "<string>",
			"last_analysis_results": {
				"Acronis": {
					"method": "<string>",
					"engine_name": "<string>",
					"category": "<string>",
					"result": "<string>"
				},
				"ZeroFox": {
					"method": "<string>",
					"engine_name": "<string>",
					"category": "<string>",
					"result": "<string>"
				}
			},
			"total_votes": {
				"harmless": 0,
				"malicious": 2
			},
			"whois": "<string>",
			"last_analysis_date": 1464287681,
			"regional_internet_registry": "<string>",
			"asn": 53911,
			"reputation": 1,
			"country": "<string>",
			"last_modification_date": 2149137293
		}
	}
}
```

## Workflow Library Example

[Get Ip Address Report with Virustotal and Send Results Via Email](https://library.blinkops.com/workflows/get-ip-address-report-with-virustotal-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-ip-address-report-with-virustotal-and-send-results-via-email/canvas" />
</div>
