Hostname
better2web.com
Last fetched
better2web.com resolves to 2 IPv4 addresses operated by AS204800 in US. WHOIS lists iana:460 as the registrar.
Nutrition Label
Resolution chain
better2web.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.227.176.4 | 103.227.176.0/22 | AS204800 | — | US |
| 103.7.8.31 | 103.7.8.0/24 | AS38532 | — | SG |
WHOIS identity
- Registrar
- iana:460
- Organization
- bryan low
- Contact emails
Subdomains
8 observed subdomains of better2web.com.
Web-graph footprint
Distinct hostnames that link to or from better2web.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- better2web.com
- mail.better2web.com
SPF policy
6 SPF mechanisms authorising senders for better2web.com.
| Mechanism | Target |
|---|---|
| SPF_A | better2web.com |
| SPF_INCLUDE | se.sgcloudhosting.com |
| SPF_INCLUDE | spf.a2hosting.com |
| SPF_IP | 103.227.176.4 |
| SPF_IP | 103.7.8.31 |
| SPF_MX | better2web.com |
Related pages
Pivot deeper into the graph from better2web.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "better2web.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.