Skip to content

Hostname

csfun.hk

Last fetched

csfun.hk resolves to 2 IPv4 addresses operated by AS-HOSTINGER in GB.

Nutrition Label

WHISPER CANON · csfun.hkRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/csfun.hk

Resolution chain

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

IPPrefixASNOperatorCountry
89.116.109.13089.116.109.0/24AS47583AS-HOSTINGERGB
91.108.103.18591.108.103.0/24AS47583AS-HOSTINGERGB

WHOIS identity

No WHOIS records are currently associated with csfun.hk in WhisperGraph.

Subdomains

1 observed subdomain of csfun.hk.

Subdomain
www.csfun.hk

Web-graph footprint

Distinct hostnames that link to or from csfun.hk in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for csfun.hk.

MechanismTarget
SPF_INCLUDE_spf.mail.hostinger.com

Related pages

Pivot deeper into the graph from csfun.hk.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "csfun.hk"})-[: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.