Hostname
teleline.it
Last fetched
teleline.it resolves to 2 IPv4 addresses operated by AS63949 in DE. WHOIS lists registrar:timenet s.p.a. as the registrar.
Nutrition Label
Resolution chain
teleline.it 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 |
|---|---|---|---|---|
| 139.162.173.93 | 139.162.160.0/19 | AS63949 | — | DE |
| 192.250.229.182 | 192.250.229.0/24 | AS209341 | — | DE |
WHOIS identity
- Registrar
- registrar:timenet s.p.a.
- Organization
- tele-line di valente franca, antonio e c. snc
- Contact emails
- —
Subdomains
10 observed subdomains of teleline.it.
Web-graph footprint
Distinct hostnames that link to or from teleline.it in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for teleline.it.
| Mechanism | Target |
|---|---|
| SPF_IP | 178.250.64.0/24 |
| SPF_IP | 178.250.66.91 |
| SPF_IP | 178.250.66.93 |
| SPF_IP | 31.193.16.69/32 |
| SPF_MX | teleline.it |
Related pages
Pivot deeper into the graph from teleline.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teleline.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.