Hostname
test.prosperoteaching.com
Last fetched
test.prosperoteaching.com resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in GB.
Nutrition Label
Resolution chain
test.prosperoteaching.com 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 |
|---|---|---|---|---|
| 165.232.108.143 | 165.232.96.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | GB |
WHOIS identity
No WHOIS records are currently associated with test.prosperoteaching.com in WhisperGraph.
Subdomains
1 observed subdomain of test.prosperoteaching.com.
| Subdomain |
|---|
| www.test.prosperoteaching.com |
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for test.prosperoteaching.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-eu.ppe-hosted.com |
| SPF_A | test.prosperoteaching.com |
| SPF_INCLUDE | spf.hostns.io |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 145.239.253.233 |
| SPF_IP | 162.13.143.178 |
| SPF_IP | 164.39.218.10/32 |
| SPF_IP | 178.62.10.231 |
| SPF_IP | 77.246.25.119 |
| SPF_IP | 77.246.25.121 |
| SPF_IP | 77.246.27.2 |
| SPF_IP | 84.207.233.138 |
| SPF_IP | 91.238.165.175 |
| SPF_MX | test.prosperoteaching.com |
Related pages
Pivot deeper into the graph from test.prosperoteaching.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.prosperoteaching.com"})-[: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.