Hostname
garr.it
Last fetched
garr.it resolves to 1 IPv4 address operated by ASGARR Consortium GARR in IT. WHOIS lists registrar:consortium garr as the registrar.
Nutrition Label
Resolution chain
garr.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 |
|---|---|---|---|---|
| 193.206.158.22 | 193.206.0.0/16 | AS137 | ASGARR Consortium GARR | IT |
WHOIS identity
- Registrar
- registrar:consortium garr
- Organization
- consortium garr
- Contact emails
- —
Subdomains
503 observed subdomains of garr.it.
Showing 25 of 503. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from garr.it in the public web crawl.
511 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
27 SPF mechanisms authorising senders for garr.it.
| Mechanism | Target |
|---|---|
| SPF_A | manage.eduroam.it |
| SPF_A | smtp.aai.garr.it |
| SPF_INCLUDE | cloud.garr.it |
| SPF_IP | 192.84.145.62 |
| SPF_IP | 193.206.139.45/32 |
| SPF_IP | 193.206.158.1 |
| SPF_IP | 193.206.158.2 |
| SPF_IP | 193.206.158.22 |
| SPF_IP | 193.206.158.28 |
| SPF_IP | 193.206.158.29 |
| SPF_IP | 193.206.158.4 |
| SPF_IP | 193.206.158.53 |
| SPF_IP | 193.206.158.58 |
| SPF_IP | 2001:760:0:158:0:0:0:1 |
| SPF_IP | 2001:760:0:158:0:0:0:2 |
| SPF_IP | 2001:760:0:158:0:0:0:22 |
| SPF_IP | 2001:760:0:158:0:0:0:28 |
| SPF_IP | 2001:760:0:158:0:0:0:29 |
| SPF_IP | 2001:760:0:158:0:0:0:53 |
| SPF_IP | 2001:760:0:158:0:0:0:58 |
| SPF_IP | 2001:760:421a:1:0:0:0:62 |
| SPF_IP | 90.147.160.202 |
| SPF_IP | 90.147.160.68/32 |
| SPF_IP | 90.147.203.7 |
| SPF_IP | 90.147.60.75 |
| SPF_IP | 90.147.92.16 |
| SPF_IP | 90.147.96.29 |
Related pages
Pivot deeper into the graph from garr.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "garr.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.