Hostname
merlin.mb.ca
Last fetched
merlin.mb.ca resolves to 1 IPv4 address operated by MERLIN-NET - MERLIN in CA.
Nutrition Label
Resolution chain
merlin.mb.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 |
|---|---|---|---|---|
| 216.73.78.123 | 216.73.78.0/24 | AS16796 | MERLIN-NET - MERLIN | CA |
| 216.73.78.123 | 216.73.78.0/24 | AS16796 | MERLIN-NET - MERLIN | CA |
WHOIS identity
No WHOIS records are currently associated with merlin.mb.ca in WhisperGraph.
Subdomains
4,172 observed subdomains of merlin.mb.ca.
Showing 25 of 4,172. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from merlin.mb.ca in the public web crawl.
18 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for merlin.mb.ca.
| Mechanism | Target |
|---|---|
| SPF_A | merlin.mb.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.163.152.154/32 |
| SPF_IP | 198.163.6.0/24 |
| SPF_IP | 216.73.78.0/24 |
| SPF_IP | 216.73.79.0/24 |
| SPF_IP | 2620:b0:0:3::60/64 |
| SPF_MX | merlin.mb.ca |
Related pages
Pivot deeper into the graph from merlin.mb.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "merlin.mb.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.