Skip to content

Hostname

eth2stats.io

Last fetched

eth2stats.io has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:3925 as the registrar.

Nutrition Label

WHISPER CANON · eth2stats.ioRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/eth2stats.io

Resolution chain

eth2stats.io has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:3925
Organization
consensys/alethio
Contact emails

Subdomains

25 observed subdomains of eth2stats.io.

Web-graph footprint

Distinct hostnames that link to or from eth2stats.io in the public web crawl.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from eth2stats.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "eth2stats.io"})-[: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.