Hostname
p2cstore.ca
Last fetched
p2cstore.ca resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in CA. WHOIS lists registrar:canspace solutions inc. as the registrar.
Nutrition Label
Resolution chain
p2cstore.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 134.122.41.230 | 134.122.32.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | CA |
| 192.200.160.9 | 192.200.160.0/24 | AS399566 | BIGCOMMERCE - Bigcommerce Inc. | US |
WHOIS identity
- Registrar
- registrar:canspace solutions inc.
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of p2cstore.ca.
| Subdomain |
|---|
| www.p2cstore.ca |
Web-graph footprint
Distinct hostnames that link to or from p2cstore.ca in the public web crawl.
12 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for p2cstore.ca.
| Mechanism | Target |
|---|---|
| SPF_A | p2cstore.ca |
| SPF_INCLUDE | _spf.bigcommerce.com |
| SPF_MX | p2cstore.ca |
Related pages
Pivot deeper into the graph from p2cstore.ca.
- IP · 134.122.41.230
- ASN · AS14061DIGITALOCEAN-ASN - DigitalOcean, LLC
- Registrar · registrar:canspace solutions inc.
- Country · CA
- TLD · .ca
- Browse hostnames · p2…
- 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: "p2cstore.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.