Hostname
cm.bubupoint.com
Last fetched
cm.bubupoint.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
cm.bubupoint.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 |
|---|---|---|---|---|
| 52.221.42.78 | 52.220.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with cm.bubupoint.com in WhisperGraph.
Subdomains
6 observed subdomains of cm.bubupoint.com.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for cm.bubupoint.com.
| Mechanism | Target |
|---|---|
| SPF_A | cm.bubupoint.com |
| SPF_IP | 103.247.9.84 |
| SPF_IP | 103.253.212.229 |
| SPF_IP | 202.10.43.44 |
| SPF_IP | 202.10.43.46 |
| SPF_IP | 203.175.9.95 |
| SPF_IP | 203.175.9.97 |
| SPF_MX | cm.bubupoint.com |
Related pages
Pivot deeper into the graph from cm.bubupoint.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cm.bubupoint.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.