Hostname
ibermutua.es
Last fetched
ibermutua.es resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ibermutua.es resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.22.246 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.23.246 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 212.163.161.105 | 212.163.0.0/16 | AS12541 | — | ES |
WHOIS identity
No WHOIS records are currently associated with ibermutua.es in WhisperGraph.
Subdomains
78 observed subdomains of ibermutua.es.
Showing 25 of 78. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ibermutua.es in the public web crawl.
106 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for ibermutua.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.ibermutua.es |
| SPF_IP | 212.163.161.117 |
| SPF_IP | 212.163.161.118 |
| SPF_IP | 212.49.163.106/32 |
| SPF_IP | 212.49.163.107/32 |
| SPF_IP | 80.253.65.13/32 |
Related pages
Pivot deeper into the graph from ibermutua.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ibermutua.es"})-[: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.