Hostname
canscode.com
Last fetched
canscode.com resolves to 2 IPv4 addresses operated by FXNET Hubei Feixun Network Co., Ltd in CN. WHOIS lists iana:1697 as the registrar.
Nutrition Label
Resolution chain
canscode.com 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 |
|---|---|---|---|---|
| 202.140.141.49 | 202.140.140.0/22 | AS146817 | FXNET Hubei Feixun Network Co., Ltd | CN |
| 47.242.61.167 | 47.242.0.0/16 | AS45102 | ALIBABA-CN-NET Alibaba US Technology Co., Ltd. | HK |
WHOIS identity
- Registrar
- iana:1697
- Organization
- domain administrator
- Contact emails
Subdomains
4 observed subdomains of canscode.com.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from canscode.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from canscode.com.
- IP · 202.140.141.49
- ASN · AS146817FXNET Hubei Feixun Network Co., Ltd
- Registrar · iana:1697
- Country · CN
- Email · pw-adf8861399ae6abf85b57f3f100dea63@privacyguardian.org
- TLD · .com
- Browse hostnames · ca…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "canscode.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.