Hostname
eggie.zone
Last fetched
eggie.zone has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1647 as the registrar.
Nutrition Label
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.
| Mechanism | Target |
|---|---|
| SPF_IP | 149.210.159.147/32 |
| SPF_IP | 185.87.185.238/32 |
| SPF_IP | 2a00:f10:700:80:216:3eff:fe12:1695 |
| SPF_IP | 2a01:7c8:aab4:31b:1::1/128 |
| SPF_MX | eggie.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.