Skip to content

Hostname

offers-api.prod.tkl.sh

Last fetched

offers-api.prod.tkl.sh resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · offers-api.prod.tkl.shRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/offers-api.prod.tkl.sh

Resolution chain

offers-api.prod.tkl.sh resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.210.194.20334.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.223.161.2934.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.227.0.12744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.253.79.6644.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.10.78.1152.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.13.156.16352.12.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.191.167.12154.191.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
54.68.68.8954.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with offers-api.prod.tkl.sh in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from offers-api.prod.tkl.sh.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "offers-api.prod.tkl.sh"})-[: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.