Skip to content

Hostname

bitbucket.com

Last fetched

bitbucket.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · bitbucket.comRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/bitbucket.com

Resolution chain

bitbucket.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.166.142.21185.166.142.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
185.166.142.22185.166.142.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
185.166.142.23185.166.142.0/24AS16509AMAZON-02 - Amazon.com, Inc.IE
185.166.143.48185.166.143.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
185.166.143.49185.166.143.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE
185.166.143.50185.166.143.0/24AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:292
Organization
atlassian
Contact emails

Subdomains

22 observed subdomains of bitbucket.com.

Web-graph footprint

Distinct hostnames that link to or from bitbucket.com in the public web crawl.

361 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from bitbucket.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "bitbucket.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 20

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