Hostname
dpit.io
Last fetched
dpit.io resolves to 1 IPv4 address operated by AS31239 in AT.
Nutrition Label
Resolution chain
dpit.io 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.31.130.170 | 89.31.128.0/21 | AS31239 | — | AT |
WHOIS identity
No WHOIS records are currently associated with dpit.io in WhisperGraph.
Subdomains
6 observed subdomains of dpit.io.
| Subdomain |
|---|
| at.dpit.io |
| rest.dpit.io |
| www.dpit.io |
Showing 3 of 6. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for dpit.io.
| Mechanism | Target |
|---|---|
| SPF_IP | 199.255.112.26/32 |
| SPF_IP | 89.31.128.16/32 |
| SPF_IP | 89.31.128.17/32 |
| SPF_IP | 89.31.130.165/32 |
| SPF_MX | dpit.io |
Related pages
Pivot deeper into the graph from dpit.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dpit.io"})-[: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.