Skip to content

Hostname

api-docs.orderbook.io

Last fetched

api-docs.orderbook.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · api-docs.orderbook.ioRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-docs.orderbook.io

Resolution chain

api-docs.orderbook.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.67.161.1418.67.160.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.67.161.4018.67.160.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.67.161.7218.67.160.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.67.161.9218.67.160.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
3.168.122.1283.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.173.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.563.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.643.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-docs.orderbook.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-docs.orderbook.io.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "api-docs.orderbook.io"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.