Hostname
alc.ca
Last fetched
alc.ca resolves to 2 IPv4 addresses operated by CDI - Computer Design & Integration LLC in CA. WHOIS lists registrar:netfirms, ltd as the registrar.
Nutrition Label
Resolution chain
alc.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 |
|---|---|---|---|---|
| 207.179.139.163 | 207.179.139.0/24 | AS32747 | CDI - Computer Design & Integration LLC | CA |
| 207.179.139.35 | 207.179.139.0/24 | AS32747 | CDI - Computer Design & Integration LLC | CA |
WHOIS identity
- Registrar
- registrar:netfirms, ltd
- Organization
- atlantic lottery corporation
- Contact emails
Subdomains
70 observed subdomains of alc.ca.
Showing 25 of 70. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from alc.ca in the public web crawl.
4,028 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for alc.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.fortimailcloud.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | darwinalc.com |
| SPF_INCLUDE | performind.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.89.36.13/32 |
| SPF_IP | 207.179.138.0/24 |
| SPF_IP | 207.179.139.0/24 |
Related pages
Pivot deeper into the graph from alc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alc.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.