Hostname
nwtel.ca
Last fetched
nwtel.ca has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:domainpeople, inc. as the registrar.
Nutrition Label
Resolution chain
nwtel.ca has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:domainpeople, inc.
- Organization
- northwestel
- Contact emails
Subdomains
65 observed subdomains of nwtel.ca.
Showing 25 of 65. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nwtel.ca in the public web crawl.
131 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for nwtel.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.ultipro.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf-esa.bell.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 155.56.221.13/32 |
| SPF_IP | 195.245.231.141 |
| SPF_IP | 195.245.231.143 |
| SPF_IP | 199.85.224.161 |
| SPF_IP | 199.85.228.100 |
| SPF_IP | 206.152.14.54/32 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 72.142.80.83 |
Related pages
Pivot deeper into the graph from nwtel.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nwtel.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.