Hostname
sper.pei.it
Last fetched
sper.pei.it resolves to 1 IPv4 address operated by AS3269 in IT.
Nutrition Label
Resolution chain
sper.pei.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 |
|---|---|---|---|---|
| 82.184.222.82 | 82.184.0.0/16 | AS3269 | — | IT |
WHOIS identity
No WHOIS records are currently associated with sper.pei.it in WhisperGraph.
Subdomains
5 observed subdomains of sper.pei.it.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for sper.pei.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.armada.it |
| SPF_INCLUDE | register.it |
| SPF_IP | 109.168.54.16/28 |
| SPF_IP | 119.12.36.208/29 |
| SPF_IP | 52.144.77.64/28 |
| SPF_IP | 94.81.81.56/29 |
| SPF_MX | sper.pei.it |
Related pages
Pivot deeper into the graph from sper.pei.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sper.pei.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.