Skip to content

Hostname

amazon.co.jp

Last fetched

amazon.co.jp resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · amazon.co.jpRouting diversity1.5/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint6.6/10canon.whisper.security/host/amazon.co.jp

Resolution chain

amazon.co.jp resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.246.95.18318.246.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.246.98.18718.246.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.246.99.10418.246.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
Organization
amazon,
Contact emails

Subdomains

225 observed subdomains of amazon.co.jp.

Web-graph footprint

Distinct hostnames that link to or from amazon.co.jp in the public web crawl.

232,144 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for amazon.co.jp.

MechanismTarget
SPF_INCLUDEamazon.com
SPF_INCLUDEspf-bma.mpme.jp

Related pages

Pivot deeper into the graph from amazon.co.jp.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "amazon.co.jp"})-[: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.