Hostname
www.cure.com
Last fetched
www.cure.com is a registered hostname under the .com top-level domain. Live infrastructure data is temporarily unavailable; refresh in a moment.
Nutrition Label
Resolution chain
Resolution chain data is temporarily unavailable. Refresh in a moment to retry.
WHOIS identity
No WHOIS records are currently associated with www.cure.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for www.cure.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.emailcampaigns.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-009a6901.pphosted.com |
| SPF_IP | 162.248.24.0/21 |
| SPF_IP | 52.214.82.222/32 |
| SPF_IP | 52.214.99.208/32 |
| SPF_IP | 52.32.150.60/32 |
| SPF_IP | 52.40.189.15/32 |
| SPF_IP | 52.40.190.15/32 |
| SPF_IP | 52.41.74.6/32 |
| SPF_IP | 52.41.78.29/32 |
| SPF_IP | 98.124.186.0/24 |
Related pages
Pivot deeper into the graph from www.cure.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.cure.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.