Skip to content

Hostname

help.ef.com.cn

Last fetched

help.ef.com.cn resolves to 4 IPv4 addresses operated by HINET Data Communication Business Group in TW.

Nutrition Label

WHISPER CANON · help.ef.com.cnRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/help.ef.com.cn

Resolution chain

help.ef.com.cn resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
210.71.227.201210.71.128.0/17AS3462HINET Data Communication Business GroupTW
210.71.227.202210.71.128.0/17AS3462HINET Data Communication Business GroupTW
23.44.131.19723.44.131.0/24AS20940AKAMAI-ASN1US
23.44.131.20523.44.131.0/24AS20940AKAMAI-ASN1US

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from help.ef.com.cn.

Cypher and MCP

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

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

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