Hostname
focelda.it
Last fetched
focelda.it resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:aruba s.p.a. as the registrar.
Nutrition Label
Resolution chain
focelda.it 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.21.57.99 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.162.238 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 80.211.132.45 | 80.211.128.0/18 | AS31034 | — | IT |
WHOIS identity
- Registrar
- registrar:aruba s.p.a.
- Organization
- focelda s.p.a.
- Contact emails
- —
Subdomains
14 observed subdomains of focelda.it.
Web-graph footprint
Distinct hostnames that link to or from focelda.it in the public web crawl.
16 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
19 SPF mechanisms authorising senders for focelda.it.
| Mechanism | Target |
|---|---|
| SPF_A | focelda.it |
| SPF_A | mail2.cscloud.it |
| SPF_A | mx.focelda.it |
| SPF_A | smtp.sendgrid.net |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 195.231.18.146 |
| SPF_IP | 212.85.112.214 |
| SPF_IP | 217.141.235.218 |
| SPF_IP | 217.169.118.21 |
| SPF_IP | 62.94.33.248/32 |
| SPF_IP | 93.174.64.68 |
| SPF_IP | 93.174.64.72 |
| SPF_IP | 93.174.70.16/32 |
| SPF_IP | 93.186.252.17/32 |
| SPF_IP | 93.51.147.230 |
| SPF_IP | 95.110.144.65 |
| SPF_MX | focelda.it |
Related pages
Pivot deeper into the graph from focelda.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "focelda.it"})-[: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.