Retrieves an IP Context object by IPv4 or IPv6 Address.

Note: Some fields will be excluded if not available.

External Documentation

To learn more, visit the Spur documentation.

Parameters

ParameterDescription
IP AddressThe IPv4/IPv6 address to retrieve its information.

Example Output

{
	"as": {
		"number": 30083,
		"organization": "AS-30083-GO-DADDY-COM-LLC"
	},
	"client": {
		"behaviors": [
			"TOR_PROXY_USER"
		],
		"concentration": {
			"city": "Weldon Spring",
			"country": "US",
			"density": 0.202,
			"geohash": "9yz",
			"skew": 45,
			"state": "Missouri"
		},
		"count": 14,
		"countries": 1,
		"proxies": [
			"LUMINATI_PROXY",
			"SHIFTER_PROXY"
		],
		"spread": 4941431,
		"types": [
			"MOBILE",
			"DESKTOP"
		]
	},
	"infrastructure": "DATACENTER",
	"ip": "148.72.164.186",
	"location": {
		"city": "St Louis",
		"country": "US",
		"state": "Missouri"
	},
	"risks": [
		"WEB_SCRAPING",
		"TUNNEL"
	],
	"services": [
		"IPSEC",
		"OPENVPN"
	],
	"tunnels": [
		{
			"anonymous": true,
			"entries": [
				"148.72.164.179"
			],
			"exits": [
				"148.72.164.177"
			],
			"operator": "NORD_VPN",
			"type": "VPN"
		}
	]
}

Workflow Library Example

Get Ip Context with Spur and Send Results Via Email

Preview this Workflow on desktop