Hostname
upi.pr.it
Last fetched
upi.pr.it resolves to 1 IPv4 address operated by AS8968 in IT.
Nutrition Label
Resolution chain
upi.pr.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 |
|---|---|---|---|---|
| 217.220.2.69 | 217.220.0.0/15 | AS8968 | — | IT |
WHOIS identity
No WHOIS records are currently associated with upi.pr.it in WhisperGraph.
Subdomains
3 observed subdomains of upi.pr.it.
Web-graph footprint
Distinct hostnames that link to or from upi.pr.it in the public web crawl.
101 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for upi.pr.it.
| Mechanism | Target |
|---|---|
| SPF_A | mrelay1.fiasa.it |
| SPF_A | mrelay2.fiasa.it |
| SPF_IP | 213.92.91.164 |
| SPF_IP | 213.92.91.170 |
| SPF_IP | 213.92.91.184 |
| SPF_IP | 213.92.91.185 |
| SPF_MX | upi.pr.it |
Related pages
Pivot deeper into the graph from upi.pr.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "upi.pr.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.