Hostname
godiva.com
Last fetched
godiva.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
godiva.com 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:299
- Organization
- domain administrator
- Contact emails
Subdomains
60 observed subdomains of godiva.com.
Showing 25 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from godiva.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
39 SPF mechanisms authorising senders for godiva.com.
| Mechanism | Target |
|---|---|
| SPF_A | godiva.com |
| SPF_A | production.direct.godiva.demandware.net |
| SPF_INCLUDE | _spf.esp1.co |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.belbone.be |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 104.45.182.57 |
| SPF_IP | 13.66.130.121 |
| SPF_IP | 13.69.143.169 |
| SPF_IP | 143.55.235.42 |
| SPF_IP | 151.106.132.101 |
| SPF_IP | 158.228.129.79/32 |
| SPF_IP | 178.208.42.20 |
| SPF_IP | 185.2.52.208 |
| SPF_IP | 192.237.158.181 |
| SPF_IP | 198.244.49.44 |
| SPF_IP | 20.104.71.155 |
| SPF_IP | 20.108.5.185 |
| SPF_IP | 20.117.25.88 |
| SPF_IP | 20.117.94.132 |
| SPF_IP | 20.122.27.14 |
| SPF_IP | 20.190.110.185 |
| SPF_IP | 20.199.118.217 |
| SPF_IP | 20.220.79.204 |
| SPF_IP | 20.223.216.143 |
| SPF_IP | 20.230.234.206 |
| SPF_IP | 20.5.85.10 |
| SPF_IP | 20.96.2.88 |
| SPF_IP | 34.249.43.72 |
| SPF_IP | 34.249.78.39 |
| SPF_IP | 4.205.48.246 |
| SPF_IP | 40.127.75.37 |
| SPF_IP | 51.103.125.121 |
| SPF_IP | 51.141.3.13 |
| SPF_IP | 52.187.249.33 |
| SPF_IP | 52.229.64.120 |
| SPF_IP | 74.201.12.20 |
Related pages
Pivot deeper into the graph from godiva.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "godiva.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.