Hostname
ipsen.ca
Last fetched
ipsen.ca resolves to 5 IPv4 addresses operated by AUTOMATTIC - Automattic, Inc in US. WHOIS lists registrar:csc corporate domains (canada) company as the registrar.
Nutrition Label
Resolution chain
ipsen.ca resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.0.66.89 | 192.0.66.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
| 65.9.95.102 | 65.9.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 65.9.95.24 | 65.9.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 65.9.95.41 | 65.9.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 65.9.95.94 | 65.9.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
WHOIS identity
- Registrar
- registrar:csc corporate domains (canada) company
- Organization
- ipsen
- Contact emails
Subdomains
1 observed subdomain of ipsen.ca.
| Subdomain |
|---|
| www.ipsen.ca |
Web-graph footprint
Distinct hostnames that link to or from ipsen.ca in the public web crawl.
13 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ipsen.ca.
- IP · 192.0.66.89
- ASN · AS2635AUTOMATTIC - Automattic, Inc
- Registrar · registrar:csc corporate domains (canada) company
- Country · US
- Email · domain.name@ipsen.com
- TLD · .ca
- Browse hostnames · ip…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipsen.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.