Hostname
linetech.it
Last fetched
linetech.it resolves to 1 IPv4 address operated by AS47583 in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
linetech.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 |
|---|---|---|---|---|
| 195.35.49.185 | 195.35.48.0/23 | AS47583 | — | FR |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- solei communications
- Contact emails
- —
Subdomains
4 observed subdomains of linetech.it.
Web-graph footprint
Distinct hostnames that link to or from linetech.it in the public web crawl.
28 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for linetech.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.spf.kqi.it |
| SPF_IP | 188.13.24.22 |
| SPF_IP | 213.215.170.180 |
| SPF_IP | 93.56.57.0/24 |
| SPF_IP | 95.224.122.37 |
| SPF_IP | 95.224.179.222 |
| SPF_IP | 95.226.23.250 |
| SPF_MX | linetech.it |
Related pages
Pivot deeper into the graph from linetech.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "linetech.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.