Skip to content

Hostname

ubuy.bt

Last fetched

ubuy.bt resolves to 10 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · ubuy.btRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/ubuy.bt

Resolution chain

ubuy.bt resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.18.8.64104.18.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.9.64104.18.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
18.239.168.2018.239.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.168.7018.239.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.168.7618.239.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.168.8118.239.168.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
54.230.27.10554.230.24.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.230.27.12354.230.24.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.230.27.8454.230.24.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.230.27.9354.230.24.0/22AS16509AMAZON-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.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.