Skip to content

Hostname

b67c.com

Last fetched

b67c.com resolves to 2 IPv4 addresses operated by BACOM - Bell Canada in CA. WHOIS lists iana:1327 as the registrar.

Nutrition Label

WHISPER CANON · b67c.comRouting diversity1.5/10Peering density8.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint6.3/10canon.whisper.security/host/b67c.com

Resolution chain

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

IPPrefixASNOperatorCountry
67.71.96.16967.71.96.0/24AS577BACOM - Bell CanadaCA
67.71.96.17567.71.96.0/24AS577BACOM - Bell CanadaCA

WHOIS identity

Registrar
iana:1327
Organization
whois protection, this company does not own this domain name s.r.o.
Contact emails

Subdomains

1 observed subdomain of b67c.com.

Subdomain
www.b67c.com

Web-graph footprint

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

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from b67c.com.

Cypher and MCP

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

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