Hostname
better.com
Last fetched
better.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
better.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.29.115 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.24 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.60 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.139.29.86 | 108.139.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.46.112 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.125 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.77 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.9 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1068
- Organization
- contact privacy inc. customer 0126303605
- Contact emails
Subdomains
26 observed subdomains of better.com.
Showing 25 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from better.com in the public web crawl.
1,225 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for better.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email |
| SPF_INCLUDE | better.com._nspf.vali.email |
Related pages
Pivot deeper into the graph from better.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "better.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.