Domain Registrar
WHOIS registrar record · Last fetched
node4web e.u. is a domain registrar recorded in WHOIS data within WhisperGraph. As of Sun, 16 Aug 2026 18:36:39 GMT, 77 hostnames in the WhisperGraph dataset list this registrar in their WHOIS record.
77 hostnames list this registrar in their current WHOIS record (inbound HAS_REGISTRAR edges in WhisperGraph).
25 representative hostnames from WhisperGraph (out of 77). Storage-order; not alphabetical.
Pivot from node4web e.u. into adjacent entities.
Reproduce the headline metric directly against graph.whisper.security:
MATCH (h:HOSTNAME)-[:HAS_REGISTRAR]->(r:REGISTRAR {name: "registrar:node4web e.u."})
RETURN count(h) AS domain_countSample of 25 domains:
MATCH (h:HOSTNAME)-[:HAS_REGISTRAR]->(r:REGISTRAR {name: "registrar:node4web e.u."})
RETURN h.name AS hostname
LIMIT 25Or query Whisper from your own LLM workflow via the Whisper MCP server.