Hostname
windtre.it
Last fetched
windtre.it resolves to 1 IPv4 address operated by RADWARE in DE. WHOIS lists registrar:reevo s.p.a. as the registrar.
Nutrition Label
Resolution chain
windtre.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 |
|---|---|---|---|---|
| 66.22.33.198 | 66.22.33.0/24 | AS48851 | RADWARE | DE |
WHOIS identity
- Registrar
- registrar:reevo s.p.a.
- Organization
- wind telecomunicazioni s.p.a.
- Contact emails
- —
Subdomains
199 observed subdomains of windtre.it.
Showing 25 of 199. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from windtre.it in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
30 SPF mechanisms authorising senders for windtre.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | authsmtp.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.windtre.it |
| SPF_IP | 148.59.106.0/23 |
| SPF_IP | 148.59.108.0/23 |
| SPF_IP | 15.161.145.239/32 |
| SPF_IP | 151.1.80.186/32 |
| SPF_IP | 151.12.108.0/24 |
| SPF_IP | 151.14.179.81/32 |
| SPF_IP | 151.14.179.82/32 |
| SPF_IP | 151.17.60.51/32 |
| SPF_IP | 151.17.62.51/32 |
| SPF_IP | 151.5.120.24/29 |
| SPF_IP | 18.102.40.165/32 |
| SPF_IP | 193.109.105.121/32 |
| SPF_IP | 195.45.103.0/25 |
| SPF_IP | 195.45.114.128/25 |
| SPF_IP | 198.244.61.217/32 |
| SPF_IP | 199.91.137.0/27 |
| SPF_IP | 37.98.232.8/29 |
| SPF_IP | 62.13.170.0/24 |
| SPF_IP | 62.13.171.254/32 |
| SPF_IP | 62.13.174.0/24 |
| SPF_IP | 80.211.138.227/32 |
| SPF_IP | 92.223.193.64/27 |
| SPF_IP | 93.57.15.0/24 |
| SPF_MX | windtre.it |
Related pages
Pivot deeper into the graph from windtre.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "windtre.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.