Skip to main content

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 an IP address report.
External DocumentationTo learn more, visit the VirusTotal documentation.

Parameters

ParameterDescription
IPIP address.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop