Skip to content

Hostname

eggie.zone

Last fetched

eggie.zone has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1647 as the registrar.

Nutrition Label

WHISPER CANON · eggie.zoneRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/eggie.zone

Resolution chain

eggie.zone 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:1647
Organization
verhage egbert
Contact emails

Subdomains

17 observed subdomains of eggie.zone.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for eggie.zone.

MechanismTarget
SPF_IP149.210.159.147/32
SPF_IP185.87.185.238/32
SPF_IP2a00:f10:700:80:216:3eff:fe12:1695
SPF_IP2a01:7c8:aab4:31b:1::1/128
SPF_MXeggie.zone

Related pages

Pivot deeper into the graph from eggie.zone.

Cypher and MCP

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

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