Hostname
avwa.com.cn
Last fetched
avwa.com.cn resolves to 2 IPv4 addresses operated by AS4837 in CN.
Nutrition Label
Resolution chain
avwa.com.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 |
|---|---|---|---|---|
| 116.255.187.205 | 116.255.128.0/17 | AS4837 | — | CN |
| 124.172.156.83 | 124.172.144.0/20 | AS134764 | — | JP |
WHOIS identity
No WHOIS records are currently associated with avwa.com.cn in WhisperGraph.
Subdomains
1 observed subdomain of avwa.com.cn.
| Subdomain |
|---|
| www.avwa.com.cn |
Web-graph footprint
Distinct hostnames that link to or from avwa.com.cn in the public web crawl.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for avwa.com.cn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.chinaemail.cn |
Related pages
Pivot deeper into the graph from avwa.com.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avwa.com.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.