WHOIS Organization
admin domain
Last fetched
admin domain is an organization named in the WHOIS registration records of one or more domains indexed by WhisperGraph. Hostnames are linked to it through the REGISTERED_BY relationship — the domains registered by this contact.
Shared slug. More than one distinct organization name in WHOIS normalizes to the URL /org/admin-domain. This page shows admin domain, the one with the most registered hostnames; the others sharing this slug are not shown separately.
Registered hostnames
No REGISTERED_BY edges to this organization are currently in WhisperGraph.
Related pages
Pivot from admin domain into adjacent entities and concepts.
Cypher and MCP
Reproduce the registered-hostname sample directly against graph.whisper.security:
MATCH (o:ORGANIZATION {name: "admin domain"})<-[:REGISTERED_BY]-(h:HOSTNAME)
RETURN h.name AS host
LIMIT 50Or query Whisper from your own LLM workflow via the Whisper MCP server.