Skip to content

Hostname

hbc.com

Last fetched

hbc.com resolves to 4 IPv4 addresses operated by DIGICERT - Tiggee LLC in US. WHOIS lists iana:456 as the registrar.

Nutrition Label

WHISPER CANON · hbc.comRouting diversity2.4/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint8.8/10canon.whisper.security/host/hbc.com

Resolution chain

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

IPPrefixASNOperatorCountry
96.45.82.10296.45.82.0/24AS16552DIGICERT - Tiggee LLCUS
96.45.82.22896.45.82.0/24AS16552DIGICERT - Tiggee LLCUS
96.45.83.11796.45.83.0/24AS16552DIGICERT - Tiggee LLCUS
96.45.83.16896.45.83.0/24AS16552DIGICERT - Tiggee LLCUS

WHOIS identity

Registrar
iana:456
Organization
canadian tire corporation,
Contact emails

Subdomains

34 observed subdomains of hbc.com.

Web-graph footprint

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

363 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for hbc.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.qualtrics.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.mirakl.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEstspg-customer.com
SPF_IP192.237.128.79/32
SPF_IP208.181.72.197
SPF_IP35.174.145.124/32
SPF_IP66.216.135.253
SPF_IP72.0.213.61

Related pages

Pivot deeper into the graph from hbc.com.

Cypher and MCP

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

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