Skip to content

Hostname

gusd69.fun

Last fetched

gusd69.fun resolves to 4 IPv4 addresses operated by AS151373 in RU.

Nutrition Label

WHISPER CANON · gusd69.funRouting diversity3.5/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/gusd69.fun

Resolution chain

gusd69.fun resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.103.244.144103.104.117.0/24AS151373RU
128.14.115.18128.14.236.0/24AS21859ZEN-ECN - Zenlayer IncBR
156.227.199.18156.228.103.0/24AS63139BEDGE-CO-LIMITED - BEDGE CO LIMITEDRU
98.98.19.3298.98.114.0/23AS21859ZEN-ECN - Zenlayer IncBR

WHOIS identity

No WHOIS records are currently associated with gusd69.fun in WhisperGraph.

Subdomains

1 observed subdomain of gusd69.fun.

Threat posture

History

Related pages

Pivot deeper into the graph from gusd69.fun.

Cypher and MCP

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

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