Hostname
iberia.es
Last fetched
iberia.es resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
iberia.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 |
|---|---|---|---|---|
| 166.117.24.78 | 166.117.16.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 195.53.213.98 | 195.53.213.0/24 | AS25261 | — | ES |
| 99.83.135.40 | 99.83.128.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with iberia.es in WhisperGraph.
Subdomains
62 observed subdomains of iberia.es.
Showing 25 of 62. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from iberia.es in the public web crawl.
198 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for iberia.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-sfdc.successfactors.com |
| SPF_INCLUDE | iberlayer.com |
| SPF_INCLUDE | inbentaspf.smtp.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | successfactors.eu |
| SPF_IP | 18.157.93.185 |
| SPF_IP | 185.136.219.34 |
| SPF_IP | 195.53.213.13 |
| SPF_IP | 195.53.213.29 |
| SPF_IP | 195.53.213.30 |
| SPF_IP | 52.16.190.81/32 |
| SPF_IP | 52.17.45.98/32 |
| SPF_IP | 52.240.4.23 |
| SPF_IP | 57.188.3.24 |
| SPF_IP | 77.224.88.228 |
Related pages
Pivot deeper into the graph from iberia.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iberia.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.