Hostname
eu.link-net.org
Last fetched
eu.link-net.org resolves to 7 IPv4 addresses operated by UTWENTE-AS - SURF B.V. in NL.
Nutrition Label
Resolution chain
eu.link-net.org resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 130.89.148.44 | 130.89.0.0/16 | AS1133 | UTWENTE-AS - SURF B.V. | NL |
| 147.32.127.200 | 147.32.0.0/16 | AS2852 | CESNET2 - CESNET z.s.p.o. | CZ |
| 157.245.26.50 | 157.245.24.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
| 185.125.171.86 | 185.125.168.0/22 | AS56655 | GIGAHOST - Gigahost AS | NO |
| 185.18.148.35 | 185.18.148.0/23 | AS42160 | LCPDCO - DC STAR nv | BE |
| 194.71.111.9 | 194.71.111.0/24 | AS201216 | lolo-company - Lolo Company AB | SE |
| 195.47.238.47 | 195.47.238.0/24 | AS30893 | NOACKHOSTING-AS - No ACK Group Holding AB | SE |
WHOIS identity
No WHOIS records are currently associated with eu.link-net.org in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from eu.link-net.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eu.link-net.org"})-[: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.