Hostname
gusd69.fun
Last fetched
gusd69.fun resolves to 4 IPv4 addresses operated by AS151373 in RU.
Nutrition Label
Resolution chain
gusd69.fun resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.103.244.144 | 103.104.117.0/24 | AS151373 | — | RU |
| 128.14.115.18 | 128.14.236.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
| 156.227.199.18 | 156.228.103.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | RU |
| 98.98.19.32 | 98.98.114.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | BR |
WHOIS identity
No WHOIS records are currently associated with gusd69.fun in WhisperGraph.
Subdomains
1 observed subdomain of gusd69.fun.
| Subdomain |
|---|
| www.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.