Skip to content

Hostname

casio.us

Last fetched

casio.us resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:network solutions, llc as the registrar.

Nutrition Label

WHISPER CANON · casio.usRouting diversity3.9/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/casio.us

Resolution chain

casio.us resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.209.7.22534.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.215.72.7634.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.227.11.22244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.26.220.14252.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.32.116.25552.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.40.25.24252.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
registrar:network solutions, llc
Organization
toshiyuki yamauchi
Contact emails

Subdomains

1 observed subdomain of casio.us.

Subdomain
www.casio.us

Threat posture

History

Related pages

Pivot deeper into the graph from casio.us.

Cypher and MCP

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

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