Hostname
mail.snj.ca
Last fetched
mail.snj.ca resolves to 2 IPv4 addresses operated by SHAW - Shaw Communications in CA.
Nutrition Label
Resolution chain
mail.snj.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 |
|---|---|---|---|---|
| 184.70.43.98 | 184.70.32.0/19 | AS6327 | SHAW - Shaw Communications | CA |
| 205.200.172.98 | 205.200.0.0/16 | AS7122 | MTS-ASN - Bell Canada | CA |
WHOIS identity
No WHOIS records are currently associated with mail.snj.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mail.snj.ca
SPF policy
7 SPF mechanisms authorising senders for mail.snj.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 184.70.43.98 |
| SPF_IP | 20.200.120.54 |
| SPF_IP | 205.200.172.100 |
| SPF_IP | 205.200.172.101 |
| SPF_IP | 205.200.172.98 |
| SPF_IP | 208.80.200.0/21 |
Related pages
Pivot deeper into the graph from mail.snj.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.snj.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.