Skip to content

Hostname

someya.ai

Last fetched

someya.ai resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · someya.aiRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/someya.ai

Resolution chain

someya.ai resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.204.130.11143.204.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
143.204.130.52143.204.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
143.204.130.81143.204.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
143.204.130.96143.204.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.65.185.3318.65.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
18.65.185.4318.65.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
18.65.185.5218.65.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
18.65.185.6118.65.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with someya.ai in WhisperGraph.

Subdomains

1 observed subdomain of someya.ai.

Subdomain
www.someya.ai

Web-graph footprint

Distinct hostnames that link to or from someya.ai in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from someya.ai.

Cypher and MCP

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

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