Skip to content

Hostname

qnote.cn

Last fetched

qnote.cn resolves to 3 IPv4 addresses operated by HWCSNET - Huawei Cloud Service data center in CN.

Nutrition Label

WHISPER CANON · qnote.cnRouting diversity2.4/10Peering density6.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/qnote.cn

Resolution chain

qnote.cn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
139.9.23.211139.9.0.0/19AS55990HWCSNET - Huawei Cloud Service data centerCN
139.9.23.212139.9.0.0/19AS55990HWCSNET - Huawei Cloud Service data centerCN
185.232.59.135185.232.59.0/24AS135391AOFEI-HK - AOFEI DATA INTERNATIONAL COMPANY LIMITEDDE

WHOIS identity

No WHOIS records are currently associated with qnote.cn in WhisperGraph.

Subdomains

25 observed subdomains of qnote.cn.

Threat posture

History

Related pages

Pivot deeper into the graph from qnote.cn.

Cypher and MCP

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

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

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