Hostname
doe.utoronto.ca
Last fetched
doe.utoronto.ca resolves to 2 IPv4 addresses operated by UTORONTO-AS - University of Toronto in CA.
Nutrition Label
Resolution chain
doe.utoronto.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 142.1.246.23 | 142.1.0.0/16 | AS239 | UTORONTO-AS - University of Toronto | CA |
| 142.1.246.27 | 142.1.0.0/16 | AS239 | UTORONTO-AS - University of Toronto | CA |
WHOIS identity
No WHOIS records are currently associated with doe.utoronto.ca in WhisperGraph.
Subdomains
8 observed subdomains of doe.utoronto.ca.
Web-graph footprint
Distinct hostnames that link to or from doe.utoronto.ca in the public web crawl.
79 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for doe.utoronto.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 128.100.132.13 |
Related pages
Pivot deeper into the graph from doe.utoronto.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "doe.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.