Hostname
nbmca.ca
Last fetched
nbmca.ca resolves to 2 IPv4 addresses operated by BNQ-1 - Telebec in CA. WHOIS lists registrar:whc online solutions inc. as the registrar.
Nutrition Label
Resolution chain
nbmca.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 |
|---|---|---|---|---|
| 199.212.44.12 | 199.212.44.0/24 | AS35911 | BNQ-1 - Telebec | CA |
| 199.212.44.175 | 199.212.44.0/24 | AS35911 | BNQ-1 - Telebec | CA |
WHOIS identity
- Registrar
- registrar:whc online solutions inc.
- Organization
- city of north bay
- Contact emails
- —
Subdomains
5 observed subdomains of nbmca.ca.
Web-graph footprint
Distinct hostnames that link to or from nbmca.ca in the public web crawl.
47 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for nbmca.ca.
| Mechanism | Target |
|---|---|
| SPF_A | bigfish.cityofnorthbay.ca |
| SPF_A | cnbmail5.cityofnorthbay.ca |
| SPF_A | nbmca.ca |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 199.212.44.231 |
| SPF_IP | 199.212.44.6 |
| SPF_IP | 206.191.224.0/19 |
| SPF_IP | 209.15.202.26 |
| SPF_IP | 209.15.212.183 |
| SPF_IP | 209.15.212.187 |
| SPF_IP | 23.103.224.0/19 |
| SPF_IP | 40.103.0.0/16 |
| SPF_MX | nbmca.ca |
Related pages
Pivot deeper into the graph from nbmca.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nbmca.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.