Hostname
mail.mitchellcedar.ca
Last fetched
mail.mitchellcedar.ca resolves to 1 IPv4 address operated by PRIVATESYSTEMS - PrivateSystems Networks in US.
Nutrition Label
Resolution chain
mail.mitchellcedar.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 158.106.138.13 | 158.106.136.0/21 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | US |
WHOIS identity
No WHOIS records are currently associated with mail.mitchellcedar.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for mail.mitchellcedar.ca.
| Mechanism | Target |
|---|---|
| SPF_A | mail.mitchellcedar.ca |
| SPF_IP | 158.106.138.13 |
| SPF_IP | 67.222.103.66 |
| SPF_IP | 67.222.103.71 |
| SPF_IP | 67.222.103.73 |
| SPF_IP | 67.222.96.195 |
| SPF_IP | 72.34.53.96 |
| SPF_MX | mail.mitchellcedar.ca |
Related pages
Pivot deeper into the graph from mail.mitchellcedar.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.mitchellcedar.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.