Hostname
cloudpbx.ee
Last fetched
cloudpbx.ee resolves to 3 IPv4 addresses operated by AS63949 in US.
Nutrition Label
Resolution chain
cloudpbx.ee resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.237.130.118 | 104.237.128.0/21 | AS63949 | — | US |
| 104.237.130.97 | 104.237.128.0/21 | AS63949 | — | US |
| 185.213.44.50 | 185.213.44.0/24 | AS207872 | — | EE |
WHOIS identity
No WHOIS records are currently associated with cloudpbx.ee in WhisperGraph.
Subdomains
2 observed subdomains of cloudpbx.ee.
| Subdomain |
|---|
| mail.cloudpbx.ee |
| www.cloudpbx.ee |
Web-graph footprint
Distinct hostnames that link to or from cloudpbx.ee in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for cloudpbx.ee.
| Mechanism | Target |
|---|---|
| SPF_A | cloudpbx.ee |
| SPF_IP | 178.236.203.38 |
| SPF_MX | cloudpbx.ee |
Related pages
Pivot deeper into the graph from cloudpbx.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloudpbx.ee"})-[: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.