Hostname
68y.fun
Last fetched
68y.fun resolves to 3 IPv4 addresses operated by AS210334 in NL.
Nutrition Label
Resolution chain
68y.fun resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.89.62.170 | 154.89.153.0/24 | AS210334 | — | NL |
| 35.71.181.168 | 35.71.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 75.2.7.23 | 75.3.0.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with 68y.fun in WhisperGraph.
Subdomains
2 observed subdomains of 68y.fun.
| Subdomain |
|---|
| m.68y.fun |
| www.68y.fun |
Threat posture
History
Related pages
Pivot deeper into the graph from 68y.fun.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "68y.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.