Skip to main content

Extended IP Lookup

GET 

/extended/:ip

Retrieves detailed information about an IP address, including targeted ports, spoofability, targeted continents, event volume over the last 30 days, and GeoIP details.

Request

Path Parameters

    ip stringrequired

    IP address to lookup (currently supports IPv4).

Query Parameters

    apikey stringrequired

    API key required. Developers can contact [email protected] or use the provided test key (GLTqgI1J0LRJcw5YQ4b859fF8h5a0C9c). For commercial use, visit our pricing page or contact [email protected].

Responses

Request processed successfully.

Schema

    ip string

    Queried IP address.

    seen boolean

    Indicates if the IP address was observed within the last 30 days. If not observed, this field is the only guaranteed response.

    spoofable boolean

    Indicates if activity from this IP could be spoofed due to incomplete 3-way handshakes.

    ports string[]

    List of ports targeted by the IP address.

    spoofable_ports string[]

    Ports targeted by the IP address without a single full 3-way handshake completed.

    target

    object

    Information about regions targeted by the IP address.

    continents-2 string[]

    List of continents targeted by the IP address in two-letter continent codes.

    fingerprints

    object

    Fingerprints associated with an IP address. This field is available if you have subscription to the Fingerprints plan.

    ja3 string[]

    List of JA3 hashes associated with the IP.

    ja4 string[]

    List of JA4 hashes associated with the IP.

    volume integer

    Volume of events associated with the IP address over the last 30 days.

    last_seen

    object

    Details of the last observation of the IP address by ELLIO's Cyberdeception network.

    ts integer

    UTC timestamp in seconds of the last observation.

    tsHuman string

    Human-readable UTC time of the last observation.

    last5Minutes boolean

    Indicates if the IP was observed in the last 5 minutes.

    lastHour boolean

    Indicates if the IP was observed in the last hour.

    last24Hours boolean

    Indicates if the IP was observed in the last 24 hours.

    last14Days boolean

    Indicates if the IP was observed in the last 14 days.

    last30Days boolean

    Indicates if the IP was observed in the last 30 days.

    geo

    object

    GeoIP information for the queried IP address.

    city string
    region string
    country string

    asn

    object

    asn string
    name string
    domain string
    route string
    type string

    company

    object

    name string
    domain string
    type string

    domains

    object

    total integer
    domains string[]

    services

    object

    List of services detected on the queried IP address.

    vpn boolean

    Indicates if the queried IP address is associated with a VPN service.

    proxy boolean

    Indicates if the queried IP address runs a proxy service.

    tor boolean

    Indicates if the queried IP address is associated with the TOR network.

    relay boolean

    Indicates if the queried IP address is part of the Apple Private Relay.

    hosting boolean

    Indicates if the queried IP address is used for hosting or cloud services.

    service string

    Name of any specific service associated with the queried IP address, if applicable.

Loading...