Hostname
bprcloud.bprworld.com
Last fetched
bprcloud.bprworld.com resolves to 1 IPv4 address operated by HOSTOPIA-AU Hostopia Australia Web Pty Ltd in AU.
Nutrition Label
Resolution chain
bprcloud.bprworld.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 |
|---|---|---|---|---|
| 116.90.51.125 | 116.90.0.0/18 | AS55803 | HOSTOPIA-AU Hostopia Australia Web Pty Ltd | AU |
WHOIS identity
No WHOIS records are currently associated with bprcloud.bprworld.com in WhisperGraph.
Subdomains
1 observed subdomain of bprcloud.bprworld.com.
| Subdomain |
|---|
| www.bprcloud.bprworld.com |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for bprcloud.bprworld.com.
| Mechanism | Target |
|---|---|
| SPF_A | bprcloud.bprworld.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mailcluster.com.au |
| SPF_INCLUDE | spf02.mailcluster.com.au |
| SPF_IP | 101.0.119.75 |
| SPF_IP | 101.0.119.76 |
| SPF_IP | 116.90.51.121 |
| SPF_MX | bprcloud.bprworld.com |
Related pages
Pivot deeper into the graph from bprcloud.bprworld.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bprcloud.bprworld.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.