Hostname
mail.biblelib.ca
Last fetched
mail.biblelib.ca resolves to 2 IPv4 addresses operated by ASTUTEHOSTING - Astute Internet in CA.
Nutrition Label
Resolution chain
mail.biblelib.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 |
|---|---|---|---|---|
| 162.213.156.67 | 162.213.156.0/23 | AS54527 | ASTUTEHOSTING - Astute Internet | CA |
| 50.6.18.189 | 50.6.18.0/23 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
No WHOIS records are currently associated with mail.biblelib.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mail.biblelib.ca.
| Mechanism | Target |
|---|---|
| SPF_A | mail.biblelib.ca |
| SPF_INCLUDE | spf.web-dns1.com |
| SPF_IP | 135.84.181.84 |
| SPF_MX | mail.biblelib.ca |
Related pages
Pivot deeper into the graph from mail.biblelib.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.biblelib.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.