Skip to content

Hostname

csftp1.sharp.cn

Last fetched

csftp1.sharp.cn resolves to 1 IPv4 address operated by CHINANET-SH-AP China Telecom Group in CN.

Nutrition Label

WHISPER CANON · csftp1.sharp.cnRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/csftp1.sharp.cn

Resolution chain

csftp1.sharp.cn resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
218.80.248.98218.80.0.0/16AS4812CHINANET-SH-AP China Telecom GroupCN

WHOIS identity

No WHOIS records are currently associated with csftp1.sharp.cn in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from csftp1.sharp.cn.

Cypher and MCP

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

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