Skip to content

Hostname

computersense.on.ca

Last fetched

computersense.on.ca resolves to 3 IPv4 addresses operated by COGECOWAVE - Cogeco Connexion Inc. in CA.

Nutrition Label

WHISPER CANON · computersense.on.caRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/computersense.on.ca

Resolution chain

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

IPPrefixASNOperatorCountry
192.186.97.170192.186.64.0/18AS7992COGECOWAVE - Cogeco Connexion Inc.CA
208.92.134.138208.92.132.0/22AS15830CA
54.208.21.11754.208.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with computersense.on.ca in WhisperGraph.

Subdomains

4 observed subdomains of computersense.on.ca.

Web-graph footprint

Distinct hostnames that link to or from computersense.on.ca in the public web crawl.

6 sites link to this hostname.

9 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for computersense.on.ca.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP192.186.97.170

Related pages

Pivot deeper into the graph from computersense.on.ca.

Cypher and MCP

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

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