Hostname
irc.link-net.org
Last fetched
irc.link-net.org resolves to 9 IPv4 addresses operated by UTWENTE-AS - SURF B.V. in NL.
Nutrition Label
Resolution chain
irc.link-net.org resolves to 9 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 |
| 159.203.51.11 | 159.203.48.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | CA |
| 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 |
| 45.55.113.122 | 45.55.112.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
No WHOIS records are currently associated with irc.link-net.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from irc.link-net.org in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from irc.link-net.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "irc.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.