Hostname
wavespeed.ai
Last fetched
wavespeed.ai resolves to 2 IPv4 addresses operated by COLLEGEOFTHEMAINLAND-1 - College of the Mainland in CN.
Nutrition Label
Resolution chain
wavespeed.ai resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 43.152.72.162 | 43.152.72.0/23 | AS132203 | COLLEGEOFTHEMAINLAND-1 - College of the Mainland | CN |
| 43.159.166.12 | 43.159.160.0/19 | AS132203 | COLLEGEOFTHEMAINLAND-1 - College of the Mainland | US |
WHOIS identity
No WHOIS records are currently associated with wavespeed.ai in WhisperGraph.
Subdomains
4 observed subdomains of wavespeed.ai.
Web-graph footprint
Distinct hostnames that link to or from wavespeed.ai in the public web crawl.
307 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for wavespeed.ai.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.m.feishu.cn |
| SPF_INCLUDE | spfdm-ap-southeast-1.aliyun.com |
Related pages
Pivot deeper into the graph from wavespeed.ai.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wavespeed.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.