Skip to content

Hostname

cns.utoronto.ca

Last fetched

cns.utoronto.ca resolves to 2 IPv4 addresses operated by UTORONTO-AS - University of Toronto in CA.

Nutrition Label

WHISPER CANON · cns.utoronto.caRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/cns.utoronto.ca

Resolution chain

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

IPPrefixASNOperatorCountry
128.100.100.1128.100.0.0/16AS239UTORONTO-AS - University of TorontoCA
128.100.102.1128.100.0.0/16AS239UTORONTO-AS - University of TorontoCA

WHOIS identity

No WHOIS records are currently associated with cns.utoronto.ca in WhisperGraph.

Subdomains

93 observed subdomains of cns.utoronto.ca.

Web-graph footprint

Distinct hostnames that link to or from cns.utoronto.ca in the public web crawl.

11 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for cns.utoronto.ca.

MechanismTarget
SPF_Acns.utoronto.ca
SPF_IP128.100.102.0/24
SPF_IP128.100.103.0/24

Related pages

Pivot deeper into the graph from cns.utoronto.ca.

Cypher and MCP

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

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