Hostname
mail.eggdee.com
Last fetched
mail.eggdee.com resolves to 3 IPv4 addresses operated by AS24560 in IN.
Nutrition Label
Resolution chain
mail.eggdee.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 122.176.149.109 | 122.176.149.0/24 | AS24560 | — | IN |
| 172.234.24.211 | 172.234.16.0/20 | AS63949 | — | US |
| 172.239.57.117 | 172.239.32.0/19 | AS63949 | — | US |
WHOIS identity
No WHOIS records are currently associated with mail.eggdee.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for mail.eggdee.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.eggdee.com |
| SPF_INCLUDE | ds.broodlepro.com |
| SPF_INCLUDE | mu1.broodlepro.com |
| SPF_IP | 107.152.35.207 |
| SPF_IP | 122.176.149.109 |
| SPF_IP | 139.84.175.15 |
| SPF_IP | 162.212.152.31 |
| SPF_IP | 167.86.77.78 |
| SPF_IP | 173.82.245.160 |
| SPF_IP | 199.247.2.68 |
| SPF_IP | 3.108.118.217 |
| SPF_IP | 80.240.16.195 |
| SPF_IP | 9.1.1.30 |
| SPF_IP | 95.111.246.183 |
| SPF_MX | mail.eggdee.com |
Related pages
Pivot deeper into the graph from mail.eggdee.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.eggdee.com"})-[: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.