Hostname
ecdl.it
Last fetched
ecdl.it has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:c.u. s.r.l. as the registrar.
Nutrition Label
Resolution chain
ecdl.it has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:c.u. s.r.l.
- Organization
- aica - associazione italiana per l'informatica ed il calcolo automatico
- Contact emails
- —
Subdomains
3 observed subdomains of ecdl.it.
Web-graph footprint
Distinct hostnames that link to or from ecdl.it in the public web crawl.
198 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for ecdl.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf0.ecdl.it |
| SPF_IP | 13.94.196.247 |
| SPF_IP | 13.94.198.144 |
| SPF_IP | 193.43.96.1 |
| SPF_IP | 193.43.96.13 |
| SPF_IP | 193.43.96.24 |
| SPF_IP | 193.43.96.37 |
| SPF_IP | 193.43.96.42 |
| SPF_IP | 194.244.25.140 |
| SPF_IP | 194.244.25.4 |
| SPF_IP | 93.62.254.106 |
| SPF_IP | 93.62.254.110 |
| SPF_MX | ecdl.it |
Related pages
Pivot deeper into the graph from ecdl.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecdl.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.