Skip to content

Hostname

bc01.link

Last fetched

bc01.link resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · bc01.linkRouting diversity3.9/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/bc01.link

Resolution chain

bc01.link resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.138.106.105108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.18108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.21108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.36108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
13.227.192.10513.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.5413.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.5813.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.713.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
3.168.217.1183.168.216.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.168.217.673.168.216.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.168.217.733.168.216.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.168.217.793.168.216.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.136.1152.222.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.136.12452.222.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.136.5652.222.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
52.222.136.7352.222.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
99.86.159.12799.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.599.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.6799.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.9499.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT

WHOIS identity

Registrar
iana:468
Organization
identity protection service
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from bc01.link.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bc01.link"})-[: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.