Hostname
dlf.it
Last fetched
dlf.it resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists registrar:system engineering & information technology s.r.l. as the registrar.
Nutrition Label
Resolution chain
dlf.it 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 |
|---|---|---|---|---|
| 178.32.137.196 | 178.32.0.0/15 | AS16276 | — | FR |
WHOIS identity
- Registrar
- registrar:system engineering & information technology s.r.l.
- Organization
- associazione nazionale dopolavoro ferroviario
- Contact emails
- —
Subdomains
20 observed subdomains of dlf.it.
Web-graph footprint
Distinct hostnames that link to or from dlf.it in the public web crawl.
45 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
17 SPF mechanisms authorising senders for dlf.it.
| Mechanism | Target |
|---|---|
| SPF_A | dlf.it |
| SPF_A | mailrelay.rossoxweb.it |
| SPF_A | sm5.rossoxweb.it |
| SPF_INCLUDE | _spf.impresasemplice.it |
| SPF_IP | 156.54.133.0/24 |
| SPF_IP | 156.54.7.0/24 |
| SPF_IP | 156.54.89.244 |
| SPF_IP | 178.32.137.196 |
| SPF_IP | 194.244.42.210/32 |
| SPF_IP | 217.169.106.245/32 |
| SPF_IP | 217.169.111.0/24 |
| SPF_IP | 57.128.119.90 |
| SPF_IP | 62.77.33.17 |
| SPF_IP | 62.77.34.113 |
| SPF_IP | 62.77.35.113 |
| SPF_IP | 77.238.27.187 |
| SPF_MX | dlf.it |
Related pages
Pivot deeper into the graph from dlf.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dlf.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.