Hostname
gslb.msg.xescdn.com
Last fetched
gslb.msg.xescdn.com resolves to 20 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in BR.
Nutrition Label
Resolution chain
gslb.msg.xescdn.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.14.116.200 | 128.14.116.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 128.14.116.201 | 128.14.116.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 128.14.116.202 | 128.14.116.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 128.14.116.203 | 128.14.116.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 128.14.116.204 | 128.14.116.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 128.14.116.205 | 128.14.116.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 128.14.116.206 | 128.14.116.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 128.14.116.207 | 128.14.116.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 155.102.0.193 | 155.102.0.0/24 | AS24429 | — | SG |
| 155.102.0.6 | 155.102.0.0/24 | AS24429 | — | SG |
| 163.181.199.246 | 163.181.199.0/24 | AS24429 | — | SG |
| 163.181.81.231 | 163.181.81.0/24 | AS24429 | — | SG |
| 43.109.38.195 | 43.109.38.0/24 | AS24429 | — | SG |
| 43.109.39.204 | 43.109.39.0/24 | AS24429 | — | SG |
| 43.109.39.205 | 43.109.39.0/24 | AS24429 | — | SG |
| 43.109.39.206 | 43.109.39.0/24 | AS24429 | — | SG |
| 43.109.39.207 | 43.109.39.0/24 | AS24429 | — | SG |
| 43.109.39.208 | 43.109.39.0/24 | AS24429 | — | SG |
| 43.109.39.209 | 43.109.39.0/24 | AS24429 | — | SG |
| 43.109.39.210 | 43.109.39.0/24 | AS24429 | — | SG |
WHOIS identity
No WHOIS records are currently associated with gslb.msg.xescdn.com in WhisperGraph.
Subdomains
1 observed subdomain of gslb.msg.xescdn.com.
| Subdomain |
|---|
| sandbox.gslb.msg.xescdn.com |
Threat posture
History
Related pages
Pivot deeper into the graph from gslb.msg.xescdn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gslb.msg.xescdn.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.