Skip to content

Hostname

akio-jp.com

Last fetched

akio-jp.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · akio-jp.comRouting diversity4.2/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/akio-jp.com

Resolution chain

akio-jp.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.155.2493.5.155.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.155.483.5.155.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.123.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.2403.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.533.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.157.973.5.157.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.159.103.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.159.193.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
3.5.159.743.5.159.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.152.12352.219.152.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.162.2752.219.162.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.163.10352.219.162.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.163.1152.219.162.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.199.17552.219.199.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.219.199.18352.219.199.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

Registrar
iana:468
Organization
on behalf of akio-jp.com owner
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from akio-jp.com.

Cypher and MCP

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

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