Hostname
ubuy.bt
Last fetched
ubuy.bt resolves to 10 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ubuy.bt resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.8.64 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.9.64 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 18.239.168.20 | 18.239.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.168.70 | 18.239.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.168.76 | 18.239.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.168.81 | 18.239.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.230.27.105 | 54.230.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.230.27.123 | 54.230.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.230.27.84 | 54.230.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.230.27.93 | 54.230.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with ubuy.bt in WhisperGraph.
Subdomains
1 observed subdomain of ubuy.bt.
| Subdomain |
|---|
| www.ubuy.bt |
Web-graph footprint
Distinct hostnames that link to or from ubuy.bt in the public web crawl.
220 sites link to this hostname.
305 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ubuy.bt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ubuy.bt"})-[: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.