Hostname
getes.byteshield.com
Last fetched
getes.byteshield.com resolves to 4 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in BR.
Nutrition Label
Resolution chain
getes.byteshield.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 129.227.121.234 | 129.227.120.0/21 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 129.227.90.24 | 129.227.64.0/19 | AS21859 | ZEN-ECN - Zenlayer Inc | SG |
| 154.38.232.144 | 154.38.232.0/24 | AS18186 | NEBULA-GLOBAL - Nebula Global LLC | SG |
| 38.46.10.163 | 38.46.10.0/24 | AS9294 | — | US |
WHOIS identity
No WHOIS records are currently associated with getes.byteshield.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from getes.byteshield.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "getes.byteshield.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.