Hostname
charter.ca
Last fetched
charter.ca resolves to 1 IPv4 address operated by EXPEDIENT - Expedient in US. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
charter.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 |
|---|---|---|---|---|
| 104.238.236.61 | 104.238.236.0/24 | AS17054 | EXPEDIENT - Expedient | US |
WHOIS identity
- Registrar
- iana:456
- Organization
- charter telecom
- Contact emails
Subdomains
14 observed subdomains of charter.ca.
Web-graph footprint
Distinct hostnames that link to or from charter.ca in the public web crawl.
28 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for charter.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | bounce.zmd0.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | md02.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 184.71.3.26 |
| SPF_IP | 208.98.225.61 |
| SPF_IP | 216.71.130.136 |
| SPF_IP | 216.71.134.102 |
| SPF_IP | 24.109.32.82 |
| SPF_IP | 38.186.48.242 |
| SPF_IP | 70.79.229.16 |
| SPF_IP | 72.29.237.189 |
Related pages
Pivot deeper into the graph from charter.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "charter.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.