Skip to content

Hostname

liberouter.org

Last fetched

liberouter.org resolves to 1 IPv4 address operated by CESNET2 in CZ. WHOIS lists iana:106 as the registrar.

Nutrition Label

WHISPER CANON · liberouter.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/liberouter.org

Resolution chain

liberouter.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
195.113.172.36195.113.0.0/16AS2852CESNET2CZ

WHOIS identity

Registrar
iana:106
Organization
cesnet, z.s.p.o.
Contact emails

Subdomains

80 observed subdomains of liberouter.org.

Web-graph footprint

Distinct hostnames that link to or from liberouter.org in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for liberouter.org.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_IP195.113.171.208/26
SPF_IP195.113.172.0/25

Related pages

Pivot deeper into the graph from liberouter.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "liberouter.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.