Hostname
mail.ano.ca
Last fetched
mail.ano.ca resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
mail.ano.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 |
|---|---|---|---|---|
| 104.21.18.164 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.182.190 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 31.22.4.109 | 31.22.4.0/24 | AS34119 | — | GB |
WHOIS identity
No WHOIS records are currently associated with mail.ano.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mail.ano.ca.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ano.ca |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 159.203.10.55 |
| SPF_IP | 31.22.4.109 |
| SPF_IP | 31.22.4.169/22 |
| SPF_IP | 31.22.7.62 |
| SPF_IP | 82.163.176.90 |
| SPF_MX | mail.ano.ca |
Related pages
Pivot deeper into the graph from mail.ano.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.ano.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.