Hostname
alternatives.ca
Last fetched
alternatives.ca resolves to 1 IPv4 address operated by KOUMBIT - Koumbit in CA. WHOIS lists iana:115 as the registrar.
Nutrition Label
Resolution chain
alternatives.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 |
|---|---|---|---|---|
| 199.58.80.154 | 199.58.80.0/24 | AS7765 | KOUMBIT - Koumbit | CA |
WHOIS identity
- Registrar
- iana:115
- Organization
- alternatives
- Contact emails
Subdomains
36 observed subdomains of alternatives.ca.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from alternatives.ca in the public web crawl.
342 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for alternatives.ca.
| Mechanism | Target |
|---|---|
| SPF_A | alternatives.ca |
| SPF_IP | 199.58.80.156 |
| SPF_MX | alternatives.ca |
Related pages
Pivot deeper into the graph from alternatives.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alternatives.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.