Hostname
indigo.ca
Last fetched
indigo.ca resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in US. WHOIS lists registrar:internic.ca inc. as the registrar.
Nutrition Label
Resolution chain
indigo.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.48.224.110 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.111 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 95.101.116.4 | 95.101.116.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 95.101.116.7 | 95.101.116.0/24 | AS20940 | AKAMAI-ASN1 | PL |
WHOIS identity
- Registrar
- registrar:internic.ca inc.
- Organization
- indigo books and music
- Contact emails
Subdomains
64 observed subdomains of indigo.ca.
Showing 25 of 64. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from indigo.ca in the public web crawl.
5,241 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for indigo.ca.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.rnmk.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | aspmx.sailthru.com |
| SPF_INCLUDE | eskerondemand.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | ultipro.ca |
| SPF_IP | 20.63.81.83 |
| SPF_IP | 4.205.225.208 |
| SPF_IP | 4.206.180.244 |
Related pages
Pivot deeper into the graph from indigo.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "indigo.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.