Hostname
impa.it
Last fetched
impa.it resolves to 1 IPv4 address operated by AS60087 in IT. WHOIS lists registrar:intred s.p.a. as the registrar.
Nutrition Label
Resolution chain
impa.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 |
|---|---|---|---|---|
| 89.40.172.235 | 89.40.172.0/22 | AS60087 | — | IT |
WHOIS identity
- Registrar
- registrar:intred s.p.a.
- Organization
- impa spa
- Contact emails
- —
Subdomains
6 observed subdomains of impa.it.
Web-graph footprint
Distinct hostnames that link to or from impa.it in the public web crawl.
37 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for impa.it.
| Mechanism | Target |
|---|---|
| SPF_A | fassaweb.fassabortolo.com |
| SPF_INCLUDE | _spf.d-documents.it |
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-0021c601.pphosted.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | turbo-smtp.com |
| SPF_IP | 213.26.70.108 |
| SPF_IP | 217.220.35.196/32 |
| SPF_IP | 217.221.182.144/32 |
| SPF_MX | impa.it |
Related pages
Pivot deeper into the graph from impa.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "impa.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.