Hostname
powermaxx.ca
Last fetched
powermaxx.ca resolves to 5 IPv4 addresses operated by AS63949 in CA. WHOIS lists registrar:(domain.ca) 3950573 canada inc. as the registrar.
Nutrition Label
Resolution chain
powermaxx.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 |
|---|---|---|---|---|
| 172.105.19.241 | 172.105.0.0/19 | AS63949 | — | CA |
| 172.234.239.102 | 172.234.224.0/19 | AS63949 | — | US |
| 199.204.213.75 | 199.204.213.0/24 | AS812 | ROGERS-COMMUNICATIONS - Rogers Communications Canada Inc. | CA |
| 216.251.32.96 | 216.251.32.0/20 | AS14116 | INFB-AS - Internet Names For Business Inc. | CA |
| 23.239.2.120 | 23.239.0.0/21 | AS63949 | — | US |
WHOIS identity
- Registrar
- registrar:(domain.ca) 3950573 canada inc.
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of powermaxx.ca.
| Subdomain |
|---|
| mail.powermaxx.ca |
| www.powermaxx.ca |
Web-graph footprint
Distinct hostnames that link to or from powermaxx.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for powermaxx.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.easyonnet.com |
| SPF_INCLUDE | spfc0.megamailservers.com |
Related pages
Pivot deeper into the graph from powermaxx.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "powermaxx.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.