Hostname
bodegasaavedra.com
Last fetched
bodegasaavedra.com resolves to 1 IPv4 address operated by AS201446 in ES. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
bodegasaavedra.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 89.46.90.250 | 89.46.90.0/24 | AS201446 | — | ES |
WHOIS identity
- Registrar
- iana:303
- Organization
- sergio saavedra
- Contact emails
Subdomains
2 observed subdomains of bodegasaavedra.com.
Web-graph footprint
Distinct hostnames that link to or from bodegasaavedra.com in the public web crawl.
21 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for bodegasaavedra.com.
| Mechanism | Target |
|---|---|
| SPF_A | bodegasaavedra.com |
| SPF_A | spamexperts01.openprovider.nl |
| SPF_A | spf.profesionalhosting.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 185.18.196.220 |
| SPF_IP | 2a00:1450:400c:c03:0:0:0:1a |
| SPF_IP | 2a00:f10:10a:e:0:0:0:1 |
| SPF_IP | 2a00:f10:10a:e:0:25:587:9 |
| SPF_IP | 89.46.90.250 |
| SPF_MX | bodegasaavedra.com |
Related pages
Pivot deeper into the graph from bodegasaavedra.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bodegasaavedra.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.