Hostname
dalimar.ca
Last fetched
dalimar.ca resolves to 1 IPv4 address operated by Net Info Informatica Ltda in US. WHOIS lists registrar:centralnic canada inc as the registrar.
Nutrition Label
Resolution chain
dalimar.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 |
|---|---|---|---|---|
| 67.209.50.70 | 67.209.50.0/24 | AS400000 | Net Info Informatica Ltda | US |
WHOIS identity
- Registrar
- registrar:centralnic canada inc
- Organization
- dalimar instruments
- Contact emails
- —
Subdomains
1 observed subdomain of dalimar.ca.
| Subdomain |
|---|
| www.dalimar.ca |
Web-graph footprint
Distinct hostnames that link to or from dalimar.ca in the public web crawl.
16 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for dalimar.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_IP | 62.159.24.34 |
| SPF_IP | 67.209.50.78 |
| SPF_MX | dalimar.ca |
Related pages
Pivot deeper into the graph from dalimar.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dalimar.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.