Hostname
zafinsvc.com
Last fetched
zafinsvc.com resolves to 10 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in SG. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
zafinsvc.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 129.227.87.60 | 129.227.64.0/19 | AS21859 | ZEN-ECN - Zenlayer Inc | SG |
| 129.227.87.62 | 129.227.64.0/19 | AS21859 | ZEN-ECN - Zenlayer Inc | SG |
| 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 |
| 149.104.88.25 | 149.104.88.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | ZA |
| 216.6.5.49 | 216.6.0.0/17 | AS6453 | — | SG |
| 216.6.5.51 | 216.6.0.0/17 | AS6453 | — | SG |
| 223.119.40.153 | 223.119.40.0/22 | AS58453 | — | HK |
| 23.251.120.94 | 23.251.120.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | SG |
WHOIS identity
- Registrar
- iana:120
- Organization
- —
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from zafinsvc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zafinsvc.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.