Hostname
mcbc.qc.ca
Last fetched
mcbc.qc.ca resolves to 2 IPv4 addresses operated by AS43515 in US.
Nutrition Label
Resolution chain
mcbc.qc.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 |
|---|---|---|---|---|
| 35.212.55.46 | 35.212.0.0/17 | AS43515 | — | US |
| 52.242.22.213 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
WHOIS identity
No WHOIS records are currently associated with mcbc.qc.ca in WhisperGraph.
Subdomains
3 observed subdomains of mcbc.qc.ca.
| Subdomain |
|---|
| test.mcbc.qc.ca |
| www.mcbc.qc.ca |
Showing 2 of 3. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mcbc.qc.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for mcbc.qc.ca.
| Mechanism | Target |
|---|---|
| SPF_A | mcbc.qc.ca |
| SPF_INCLUDE | mcbc.qc.ca.spf.auto.dnssmarthost.net |
| SPF_MX | mcbc.qc.ca |
Related pages
Pivot deeper into the graph from mcbc.qc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mcbc.qc.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.