Skip to content

Hostname

canwaves.com

Last fetched

canwaves.com resolves to 6 IPv4 addresses operated by SCLOUDPTELTD-AS Scloud Pte Ltd in JP.

Nutrition Label

WHISPER CANON · canwaves.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/canwaves.com

Resolution chain

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

IPPrefixASNOperatorCountry
165.154.231.175165.154.231.0/24AS142002SCLOUDPTELTD-AS Scloud Pte LtdJP
47.76.127.21747.76.0.0/17AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.HK
47.91.170.22247.91.128.0/18AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.HK
52.201.53.16652.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
8.218.208.2408.218.128.0/17AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.HK
98.82.42.13998.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from canwaves.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from canwaves.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "canwaves.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.