Skip to content
Start here

IPs

Get IP Overview
GET/accounts/{account_id}/intel/ip
ModelsExpand Collapse
IP = object { belongs_to_ref, ip, risk_types }
belongs_to_ref: optional object { id, country, description, 2 more }

Specifies a reference to the autonomous systems (AS) that the IP address belongs to.

id: optional string
country: optional string
description: optional string
type: optional "hosting_provider" or "isp" or "organization"

Infrastructure type of this ASN.

One of the following:
"hosting_provider"
"isp"
"organization"
value: optional string
ip: optional string
formatipv4
risk_types: optional array of object { id, name, super_category_id }
id: optional number
name: optional string
super_category_id: optional number
IPGetResponse = array of IP { belongs_to_ref, ip, risk_types }
belongs_to_ref: optional object { id, country, description, 2 more }

Specifies a reference to the autonomous systems (AS) that the IP address belongs to.

id: optional string
country: optional string
description: optional string
type: optional "hosting_provider" or "isp" or "organization"

Infrastructure type of this ASN.

One of the following:
"hosting_provider"
"isp"
"organization"
value: optional string
ip: optional string
formatipv4
risk_types: optional array of object { id, name, super_category_id }
id: optional number
name: optional string
super_category_id: optional number