Top-level domain
.run
Last fetched
.run is a top-level domain delegated in the DNS root zone and indexed by WhisperGraph, the internet-infrastructure graph behind the Whisper Internet Directory. Its most popular hostname by Tranco rank is isaidub.run.
Most popular hostnames
The 10 highest-ranked .run hostnames in the Tranco Top 1M, most popular first.
Top registrars (sampled)
Registrars of the 10 hostnames above — a sample of the most popular .run domains, not a registry-wide census.
Related pages
Pivot from .run into the hostnames and registrars beneath it.
Cypher and MCP
Reproduce the registrar rollup for this TLD's most popular hostnames against graph.whisper.security:
UNWIND ["isaidub.run","peer.run","unico.run"] AS hn
MATCH (h:HOSTNAME {name: hn})-[:HAS_REGISTRAR]->(r:REGISTRAR)
WITH r.name AS registrar, count(*) AS hostname_count
RETURN registrar, hostname_count
ORDER BY hostname_count DESC
LIMIT 10Or query Whisper from your own LLM workflow via the Whisper MCP server.