Skip to content
Start here

IPs

Get IP Overview
client.intel.ips.get(IPGetParams { account_id, ipv4, ipv6 } params, RequestOptionsoptions?): IPGetResponse | null
GET/accounts/{account_id}/intel/ip
ModelsExpand Collapse
IP { belongs_to_ref, ip, risk_types }
belongs_to_ref?: BelongsToRef { id, country, description, 2 more }

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

id?: string
country?: string
description?: string
type?: "hosting_provider" | "isp" | "organization"

Infrastructure type of this ASN.

One of the following:
"hosting_provider"
"isp"
"organization"
value?: string
ip?: string
formatipv4
risk_types?: Array<RiskType>
id?: number
name?: string
super_category_id?: number
IPGetResponse = Array<IP { belongs_to_ref, ip, risk_types } > | null
belongs_to_ref?: BelongsToRef { id, country, description, 2 more }

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

id?: string
country?: string
description?: string
type?: "hosting_provider" | "isp" | "organization"

Infrastructure type of this ASN.

One of the following:
"hosting_provider"
"isp"
"organization"
value?: string
ip?: string
formatipv4
risk_types?: Array<RiskType>
id?: number
name?: string
super_category_id?: number