Hostname
live-agent.cn
Last fetched
live-agent.cn resolves to 12 IPv4 addresses operated by AS64073 in IE. WHOIS lists registrar:jan horak as the registrar.
Nutrition Label
Resolution chain
live-agent.cn resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.219.120 | 0.0.0.0/0 | AS64073 | — | IE |
| 13.227.219.14 | 0.0.0.0/0 | AS64073 | — | IE |
| 13.227.219.32 | 0.0.0.0/0 | AS64073 | — | IE |
| 13.227.219.33 | 0.0.0.0/0 | AS64073 | — | IE |
| 18.164.124.119 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.124.123 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.124.33 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.124.97 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.187.113 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.187.22 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.187.85 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.187.99 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- registrar:jan horak
- Organization
- gransy s.r.o.
- Contact emails
Subdomains
1 observed subdomain of live-agent.cn.
| Subdomain |
|---|
| www.live-agent.cn |
Web-graph footprint
Distinct hostnames that link to or from live-agent.cn in the public web crawl.
34 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from live-agent.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "live-agent.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.