Hostname
zala.chat
Last fetched
zala.chat resolves to 2 IPv4 addresses operated by AKAMAI-LINODE-AP - Akamai Connected Cloud in JP. WHOIS lists iana:1697 as the registrar.
Nutrition Label
Resolution chain
zala.chat 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 |
|---|---|---|---|---|
| 139.162.68.169 | 139.162.64.0/19 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | JP |
| 172.104.88.42 | 172.104.64.0/19 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | JP |
WHOIS identity
- Registrar
- iana:1697
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of zala.chat.
| Subdomain |
|---|
| mcp.zala.chat |
Threat posture
History
Related pages
Pivot deeper into the graph from zala.chat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zala.chat"})-[: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.