Hostname
incontext.ca
Last fetched
incontext.ca resolves to 3 IPv4 addresses operated by PROQUEST - PROQUEST, LLC in US. WHOIS lists registrar:egate domains inc. as the registrar.
Nutrition Label
Resolution chain
incontext.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.81.203.11 | 66.81.203.0/24 | AS40676 | PROQUEST - PROQUEST, LLC | US |
| 66.81.203.136 | 66.81.203.0/24 | AS40676 | PROQUEST - PROQUEST, LLC | US |
| 66.81.203.201 | 66.81.203.0/24 | AS40676 | PROQUEST - PROQUEST, LLC | US |
WHOIS identity
- Registrar
- registrar:egate domains inc.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of incontext.ca.
Web-graph footprint
Distinct hostnames that link to or from incontext.ca in the public web crawl.
58 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for incontext.ca.
| Mechanism | Target |
|---|---|
| SPF_A | incontext.ca |
Related pages
Pivot deeper into the graph from incontext.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "incontext.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.