Hostname
order.eggdee.com
Last fetched
order.eggdee.com resolves to 3 IPv4 addresses operated by AS24560 in IN.
Nutrition Label
Resolution chain
order.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 order.eggdee.com in WhisperGraph.
Subdomains
1 observed subdomain of order.eggdee.com.
| Subdomain |
|---|
| www.order.eggdee.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for order.eggdee.com.
| Mechanism | Target |
|---|---|
| SPF_A | order.eggdee.com |
| SPF_INCLUDE | ds.broodlepro.com |
| SPF_INCLUDE | mu1.broodlepro.com |
| SPF_IP | 122.176.149.109 |
| SPF_IP | 139.84.175.15 |
| 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 | order.eggdee.com |
Related pages
Pivot deeper into the graph from order.eggdee.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "order.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.