Hostname
pj.ca
Last fetched
pj.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
pj.ca resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.138.233.119 | 108.138.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.138.233.16 | 108.138.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.138.233.48 | 108.138.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.138.233.76 | 108.138.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 65.8.131.129 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.26 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.36 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.42 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:456
- Organization
- legal classification
- Contact emails
Subdomains
174 observed subdomains of pj.ca.
Showing 25 of 174. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pj.ca in the public web crawl.
14 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for pj.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf-dc.doxim.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.245.94.57 |
Related pages
Pivot deeper into the graph from pj.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pj.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.