Hostname
reserva.be
Last fetched
reserva.be resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:key-systems gmbh as the registrar.
Nutrition Label
Resolution chain
reserva.be 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 |
|---|---|---|---|---|
| 104.18.8.238 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.9.238 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:key-systems gmbh
- Organization
- —
- Contact emails
- —
Subdomains
49 observed subdomains of reserva.be.
Showing 25 of 49. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from reserva.be in the public web crawl.
12,542 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for reserva.be.
| Mechanism | Target |
|---|---|
| SPF_A | reserva.be |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.reserva.be |
| SPF_IP | 13.115.136.40 |
| SPF_IP | 18.178.188.1 |
| SPF_IP | 18.181.59.247 |
| SPF_IP | 18.182.186.173 |
| SPF_IP | 3.113.55.7 |
| SPF_IP | 3.113.98.118 |
| SPF_IP | 35.72.126.73 |
| SPF_IP | 35.72.154.11 |
| SPF_IP | 54.95.120.227 |
| SPF_IP | 54.95.74.51 |
| SPF_MX | reserva.be |
Related pages
Pivot deeper into the graph from reserva.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reserva.be"})-[: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.