Hostname
wpi.ca
Last fetched
wpi.ca resolves to 2 IPv4 addresses operated by ABUL-14-7385 - Allstream Business US, LLC in CA. WHOIS lists iana:29 as the registrar.
Nutrition Label
Resolution chain
wpi.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 |
|---|---|---|---|---|
| 64.16.33.19 | 64.16.0.0/18 | AS7385 | ABUL-14-7385 - Allstream Business US, LLC | CA |
| 64.16.33.30 | 64.16.0.0/18 | AS7385 | ABUL-14-7385 - Allstream Business US, LLC | CA |
WHOIS identity
- Registrar
- iana:29
- Organization
- welton parent
- Contact emails
- —
Subdomains
3 observed subdomains of wpi.ca.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for wpi.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-can.echoworx.com |
| SPF_INCLUDE | _spf.echoworx.com |
| SPF_INCLUDE | appriver.com |
Related pages
Pivot deeper into the graph from wpi.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wpi.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.