Hostname
learninasia.com
Last fetched
learninasia.com resolves to 2 IPv4 addresses operated by CHINANET-YUNNAN-IDC1 - CHINANET Yunnan province IDC1 network in CN. WHOIS lists iana:471 as the registrar.
Nutrition Label
Resolution chain
learninasia.com 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 |
|---|---|---|---|---|
| 220.165.15.220 | 220.165.15.0/24 | AS134765 | CHINANET-YUNNAN-IDC1 - CHINANET Yunnan province IDC1 network | CN |
| 220.165.15.221 | 220.165.15.0/24 | AS134765 | CHINANET-YUNNAN-IDC1 - CHINANET Yunnan province IDC1 network | CN |
WHOIS identity
- Registrar
- iana:471
- Organization
- raymond cheevers
- Contact emails
Subdomains
1 observed subdomain of learninasia.com.
| Subdomain |
|---|
| oa.learninasia.com |
Threat posture
History
Related pages
Pivot deeper into the graph from learninasia.com.
- IP · 220.165.15.220
- ASN · AS134765CHINANET-YUNNAN-IDC1 - CHINANET Yunnan province IDC1 network
- Registrar · iana:471
- Country · CN
- Email · learninasia.com@dns-protect.net
- TLD · .com
- Browse hostnames · le…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "learninasia.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.