Hostname
sf.cn
Last fetched
sf.cn resolves to 11 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in MY. WHOIS lists registrar:厦门易名科技股份有限公司 as the registrar.
Nutrition Label
Resolution chain
sf.cn resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.166.162.48 | 104.166.162.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | MY |
| 104.166.162.49 | 104.166.162.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | MY |
| 104.166.162.51 | 104.166.162.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | MY |
| 148.153.240.73 | 148.153.240.0/24 | AS63199 | CDSC-AS1 - CDS Global Cloud Co., Ltd | DE |
| 148.153.240.74 | 148.153.240.0/24 | AS63199 | CDSC-AS1 - CDS Global Cloud Co., Ltd | DE |
| 148.153.240.77 | 148.153.240.0/24 | AS63199 | CDSC-AS1 - CDS Global Cloud Co., Ltd | DE |
| 66.253.35.151 | 66.253.35.0/24 | AS151373 | — | RU |
| 66.253.35.152 | 66.253.35.0/24 | AS151373 | — | RU |
| 66.253.35.154 | 66.253.35.0/24 | AS151373 | — | RU |
| 110.41.60.108 | 110.41.0.0/18 | AS55990 | — | CN |
| 119.29.50.142 | 119.29.50.0/23 | AS45090 | — | CN |
WHOIS identity
- Registrar
- registrar:厦门易名科技股份有限公司
- Organization
- ????????
- Contact emails
Subdomains
4 observed subdomains of sf.cn.
Showing 2 of 4. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from sf.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sf.cn"})-[: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.