Hostname
irc.libera.chat
Last fetched
irc.libera.chat resolves to 6 IPv4 addresses operated by TELEPOINT in BG.
Nutrition Label
Resolution chain
irc.libera.chat resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 130.185.232.126 | 130.185.232.0/24 | AS31083 | TELEPOINT | BG |
| 176.58.122.119 | 176.58.96.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | GB |
| 188.240.145.101 | 188.240.145.0/24 | AS1653 | SUNET SUNET Swedish University Network | SE |
| 51.161.82.214 | 51.161.0.0/17 | AS16276 | OVH | CA |
| 64.86.243.186 | 64.86.0.0/16 | AS6453 | AS6453 - TATA COMMUNICATIONS AMERICA INC | CA |
| 93.158.237.2 | 93.158.237.0/24 | AS60503 | FNXTEC | NL |
WHOIS identity
No WHOIS records are currently associated with irc.libera.chat in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from irc.libera.chat in the public web crawl.
1,028 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from irc.libera.chat.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "irc.libera.chat"})-[: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.