Skip to content

Hostname

l.root-server.org

Last fetched

l.root-server.org resolves to 3 IPv4 addresses operated by SOFTLAYER - IBM Cloud in NL.

Nutrition Label

WHISPER CANON · l.root-server.orgRouting diversity3.0/10Peering density8.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/l.root-server.org

Resolution chain

l.root-server.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
119.81.7.18119.81.0.0/18AS36351SOFTLAYER - IBM CloudNL
173.234.157.138173.234.156.0/22AS396362LEASEWEB-USA-NYC - Leaseweb USA, Inc.US
212.7.194.71212.7.192.0/20AS60781NL

WHOIS identity

No WHOIS records are currently associated with l.root-server.org in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from l.root-server.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "l.root-server.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.