Hostname
ciudalia.com
Last fetched
ciudalia.com resolves to 2 IPv4 addresses operated by WHG-FRA in DE. WHOIS lists iana:1262 as the registrar.
Nutrition Label
Resolution chain
ciudalia.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 |
|---|---|---|---|---|
| 65.181.113.101 | 65.181.113.0/24 | AS209341 | WHG-FRA | DE |
| 209.42.31.60 | 209.42.31.0/24 | AS209341 | WHG-FRA | DE |
WHOIS identity
- Registrar
- iana:1262
- Organization
- ciudalia networks,
- Contact emails
Subdomains
84 observed subdomains of ciudalia.com.
Showing 25 of 84. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ciudalia.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for ciudalia.com.
| Mechanism | Target |
|---|---|
| SPF_A | ciudalia.com |
| SPF_INCLUDE | icloud.com |
| SPF_INCLUDE | mails.zohobilling.eu |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_INCLUDE | zohomail.eu |
| SPF_IP | 172.104.228.59 |
| SPF_IP | 192.250.229.28 |
| SPF_IP | 192.250.229.33 |
| SPF_IP | 65.181.113.101 |
| SPF_IP | 84.16.249.34 |
| SPF_MX | ciudalia.com |
Related pages
Pivot deeper into the graph from ciudalia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ciudalia.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.