Skip to content

Hostname

tcci.ca

Last fetched

tcci.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:csc corporate domains (canada) company as the registrar.

Nutrition Label

WHISPER CANON · tcci.caRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/tcci.ca

Resolution chain

tcci.ca resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
143.204.160.100143.204.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
143.204.160.21143.204.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
143.204.160.57143.204.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
143.204.160.70143.204.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.160.77.1103.160.76.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.160.77.1213.160.76.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.160.77.343.160.76.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE
3.160.77.523.160.76.0/23AS16509AMAZON-02 - Amazon.com, Inc.AE

WHOIS identity

Registrar
registrar:csc corporate domains (canada) company
Organization
tci dns infrastructure services
Contact emails

Subdomains

8 observed subdomains of tcci.ca.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for tcci.ca.

MechanismTarget
SPF_INCLUDEspf-001f1302.pphosted.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from tcci.ca.

Cypher and MCP

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

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