Skip to content

Hostname

bctt.top

Last fetched

bctt.top resolves to 10 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in HK. WHOIS lists iana:472 as the registrar.

Nutrition Label

WHISPER CANON · bctt.topRouting diversity3.5/10Peering density7.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/bctt.top

Resolution chain

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

IPPrefixASNOperatorCountry
104.208.114.26104.208.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
104.208.73.132104.208.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
104.208.91.64104.208.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
104.215.63.80104.208.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationJP
104.223.69.139104.223.69.0/24AS36352AS-COLOCROSSING - HostPapaUS
104.223.69.140104.223.69.0/24AS36352AS-COLOCROSSING - HostPapaUS
104.223.69.141104.223.69.0/24AS36352AS-COLOCROSSING - HostPapaUS
104.223.69.142104.223.69.0/24AS36352AS-COLOCROSSING - HostPapaUS
20.27.231.3220.0.0.0/11AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationJP
4.190.218.394.176.0.0/12AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationJP

WHOIS identity

Registrar
iana:472
Organization
cheng du xi wei shu ma ke ji you xian gong si
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from bctt.top.

Cypher and MCP

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

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