Hostname
bodegueando.com
Last fetched
bodegueando.com resolves to 2 IPv4 addresses operated by AS208769 in ES. WHOIS lists iana:140 as the registrar.
Nutrition Label
Resolution chain
bodegueando.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 |
|---|---|---|---|---|
| 85.208.102.33 | 85.208.102.0/24 | AS208769 | — | ES |
| 92.60.33.115 | 92.60.32.0/23 | AS208769 | — | ES |
WHOIS identity
- Registrar
- iana:140
- Organization
- contact privacy inc. customer 0150242717
- Contact emails
Subdomains
26 observed subdomains of bodegueando.com.
Showing 13 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bodegueando.com in the public web crawl.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- bodegueando.com
SPF policy
7 SPF mechanisms authorising senders for bodegueando.com.
| Mechanism | Target |
|---|---|
| SPF_A | bodegueando.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.senderglobal.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 37.153.92.54 |
| SPF_IP | 85.208.102.33 |
| SPF_MX | bodegueando.com |
Related pages
Pivot deeper into the graph from bodegueando.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bodegueando.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.