Hostname
webdisk.cmef.ca
Last fetched
webdisk.cmef.ca resolves to 2 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
webdisk.cmef.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 |
|---|---|---|---|---|
| 192.95.19.108 | 192.95.0.0/18 | AS16276 | — | CA |
| 50.6.225.192 | 50.6.224.0/22 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
No WHOIS records are currently associated with webdisk.cmef.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for webdisk.cmef.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.web-dns1.com |
| SPF_IP | 15.235.42.85 |
| SPF_MX | webdisk.cmef.ca |
Related pages
Pivot deeper into the graph from webdisk.cmef.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webdisk.cmef.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.