Hostname
nextbet.com
Last fetched
nextbet.com resolves to 13 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
nextbet.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.241.16 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.19 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.126.136 | 2.19.126.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.126.154 | 2.19.126.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.19.126.163 | 2.19.126.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.2.13.50 | 23.2.13.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.2.13.59 | 23.2.13.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.200.0.174 | 23.200.0.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.200.0.190 | 23.200.0.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.32.238.219 | 23.32.238.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.32.238.240 | 23.32.238.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.55.163.12 | 23.55.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.55.163.18 | 23.55.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:472
- Organization
- domain trustees
- Contact emails
Subdomains
15 observed subdomains of nextbet.com.
Web-graph footprint
Distinct hostnames that link to or from nextbet.com in the public web crawl.
167 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for nextbet.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 202.129.222.239 |
| SPF_IP | 202.129.222.240 |
Related pages
Pivot deeper into the graph from nextbet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nextbet.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.