Skip to content

Hostname

cnaaa2.com

Last fetched

cnaaa2.com resolves to 2 IPv4 addresses operated by TOPWAY-AS-AP - TOPWAY GLOBAL LIMITED in CN. WHOIS lists iana:471 as the registrar.

Nutrition Label

WHISPER CANON · cnaaa2.comRouting diversity2.4/10Peering density5.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/cnaaa2.com

Resolution chain

cnaaa2.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.43.19.53103.43.19.0/24AS132883TOPWAY-AS-AP - TOPWAY GLOBAL LIMITEDCN
43.248.78.2343.248.76.0/22AS23650CHINANET-Jiangsu-Province-IDC - AS Number for CHINANET jiangsu province backboneCN

WHOIS identity

Registrar
iana:471
Organization
hai song ye
Contact emails

Subdomains

62 observed subdomains of cnaaa2.com.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from cnaaa2.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "cnaaa2.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.