Hostname
lqty2.cn
Last fetched
lqty2.cn resolves to 3 IPv4 addresses operated by AS211392 in JP.
Nutrition Label
Resolution chain
lqty2.cn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.84.23.194 | 154.84.23.0/24 | AS211392 | — | JP |
| 23.180.136.73 | 23.180.136.0/24 | AS209242 | — | US |
| 82.23.246.68 | 82.23.246.0/24 | AS133731 | — | HK |
WHOIS identity
No WHOIS records are currently associated with lqty2.cn in WhisperGraph.
Subdomains
2 observed subdomains of lqty2.cn.
| Subdomain |
|---|
| m.lqty2.cn |
| www.lqty2.cn |
Threat posture
History
Related pages
Pivot deeper into the graph from lqty2.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lqty2.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.