Skip to content

Hostname

abeij.cn

Last fetched

abeij.cn resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:web commerce communications limited as the registrar.

Nutrition Label

WHISPER CANON · abeij.cnRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.0/10canon.whisper.security/host/abeij.cn

Resolution chain

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

IPPrefixASNOperatorCountry
104.21.8.138104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
156.226.87.48156.226.64.0/18AS135097HK
172.67.139.131172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
registrar:web commerce communications limited
Organization
优视科技(中国)有限公司
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from abeij.cn.

Cypher and MCP

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

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