Hostname
cabelas.ca
Last fetched
cabelas.ca resolves to 6 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in US. WHOIS lists registrar:centralnic canada inc as the registrar.
Nutrition Label
Resolution chain
cabelas.ca resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.195.102.149 | 23.195.100.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.212.110.16 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.57 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.219.62.210 | 23.219.60.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.36.162.198 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.223 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- registrar:centralnic canada inc
- Organization
- cabelas (tm), cabela's
- Contact emails
Subdomains
12 observed subdomains of cabelas.ca.
Web-graph footprint
Distinct hostnames that link to or from cabelas.ca in the public web crawl.
498 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for cabelas.ca.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.accertify.com |
| SPF_INCLUDE | spf-001a5c01.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 192.82.245.237 |
| SPF_IP | 198.74.236.249 |
| SPF_IP | 199.189.160.0/24 |
Related pages
Pivot deeper into the graph from cabelas.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cabelas.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.