Skip to content

Hostname

g.root-server.org

Last fetched

g.root-server.org resolves to 3 IPv4 addresses operated by AS60781 in NL.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
212.7.194.68212.7.192.0/20AS60781NL
69.162.80.5369.162.64.0/18AS46475LIMESTONENETWORKS - Limestone Networks, Inc.US
72.20.55.8372.20.0.0/18AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Threat posture

History

Related pages

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

Cypher and MCP

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

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