Hostname
careli.es
Last fetched
careli.es resolves to 1 IPv4 address operated by AS49635 in ES.
Nutrition Label
Resolution chain
careli.es 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 |
|---|---|---|---|---|
| 27.0.175.95 | 27.0.175.0/24 | AS49635 | — | ES |
WHOIS identity
No WHOIS records are currently associated with careli.es in WhisperGraph.
Subdomains
1 observed subdomain of careli.es.
| Subdomain |
|---|
| www.careli.es |
Web-graph footprint
Distinct hostnames that link to or from careli.es in the public web crawl.
13 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for careli.es.
| Mechanism | Target |
|---|---|
| SPF_A | careli-es.mail.protection.outlook.com |
| SPF_A | esa1.hc1047-37.c3s2.iphmx.com |
| SPF_A | esa2.hc1047-37.c3s2.iphmx.com |
| SPF_A | ob1.hc1047-37.c3s2.iphmx.com |
| SPF_A | proquimia-com.mail.protection.outlook.com |
| SPF_IP | 104.47.0.57/32 |
| SPF_IP | 139.138.60.165/32 |
| SPF_IP | 139.138.60.173/32 |
| SPF_IP | 139.138.62.129/32 |
| SPF_IP | 68.232.133.21/32 |
| SPF_MX | careli.es |
Related pages
Pivot deeper into the graph from careli.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "careli.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.