Hostname
alterneactive.ca
Last fetched
alterneactive.ca resolves to 1 IPv4 address operated by AS15830 in CA. WHOIS lists registrar:rebel.ca corp. as the registrar.
Nutrition Label
Resolution chain
alterneactive.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 |
|---|---|---|---|---|
| 50.100.1.86 | 50.100.0.0/22 | AS15830 | — | CA |
WHOIS identity
- Registrar
- registrar:rebel.ca corp.
- Organization
- gaetan turcotte
- Contact emails
Subdomains
3 observed subdomains of alterneactive.ca.
Web-graph footprint
Distinct hostnames that link to or from alterneactive.ca in the public web crawl.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for alterneactive.ca.
| Mechanism | Target |
|---|---|
| SPF_A | alterneactive.ca |
| SPF_A | gw2.natrixhst.com |
| SPF_A | plesk.gxcom.co |
| SPF_A | plesk.gximailing.com |
| SPF_A | relais.videotron.ca |
| SPF_INCLUDE | md02.com |
| SPF_IP | 50.100.1.86 |
| SPF_IP | 69.70.160.210 |
| SPF_MX | alterneactive.ca |
Related pages
Pivot deeper into the graph from alterneactive.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alterneactive.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.