Hostname
clima.es
Last fetched
clima.es resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT.
Nutrition Label
Resolution chain
clima.es resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.224.106.16 | 13.224.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.224.106.37 | 13.224.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.224.106.61 | 13.224.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.224.106.99 | 13.224.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
No WHOIS records are currently associated with clima.es in WhisperGraph.
Subdomains
4 observed subdomains of clima.es.
Web-graph footprint
Distinct hostnames that link to or from clima.es in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for clima.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 46.16.60.0/23 |
Related pages
Pivot deeper into the graph from clima.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clima.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.