Hostname
aaa58.cn
Last fetched
aaa58.cn resolves to 2 IPv4 addresses operated by AS132839 in HK.
Nutrition Label
Resolution chain
aaa58.cn 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 |
|---|---|---|---|---|
| 144.48.127.170 | 144.48.124.0/22 | AS132839 | — | HK |
| 172.247.134.229 | 172.247.134.0/23 | AS132839 | — | US |
WHOIS identity
No WHOIS records are currently associated with aaa58.cn in WhisperGraph.
Subdomains
1 observed subdomain of aaa58.cn.
| Subdomain |
|---|
| www.aaa58.cn |
Web-graph footprint
Distinct hostnames that link to or from aaa58.cn in the public web crawl.
5,030 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from aaa58.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aaa58.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.