Skip to content

Hostname

affiliate-program.amazon.com.tr

Last fetched

affiliate-program.amazon.com.tr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · affiliate-program.amazon.com.trRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/affiliate-program.amazon.com.tr

Resolution chain

affiliate-program.amazon.com.tr resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.67.93.10918.67.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.67.93.1418.67.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.67.93.2618.67.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.67.93.7718.67.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
65.8.76.2165.8.76.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
65.8.76.9365.8.76.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
65.8.76.9765.8.76.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
65.8.76.9865.8.76.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with affiliate-program.amazon.com.tr in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from affiliate-program.amazon.com.tr.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "affiliate-program.amazon.com.tr"})-[: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.