Skip to content

Hostname

gn.fosun.com

Last fetched

gn.fosun.com resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · gn.fosun.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/gn.fosun.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.236.62.62104.236.0.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
47.56.162.10247.56.0.0/16AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.HK

WHOIS identity

No WHOIS records are currently associated with gn.fosun.com in WhisperGraph.

Subdomains

4 observed subdomains of gn.fosun.com.

Threat posture

History

Related pages

Pivot deeper into the graph from gn.fosun.com.

Cypher and MCP

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

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