Hostname
inter.it
Last fetched
inter.it resolves to 17 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:gandi sas as the registrar.
Nutrition Label
Resolution chain
inter.it resolves to 17 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- registrar:gandi sas
- Organization
- fc internazionale milano s.p.a.
- Contact emails
- —
Subdomains
82 observed subdomains of inter.it.
Showing 25 of 82. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from inter.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 inter.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2.228.65.168/30 |
| SPF_IP | 40.113.156.216/32 |
| SPF_IP | 87.241.10.216/29 |
Related pages
Pivot deeper into the graph from inter.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inter.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.