Hostname
jpnet.ca
Last fetched
jpnet.ca resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US. WHOIS lists registrar:namespro solutions inc. as the registrar.
Nutrition Label
Resolution chain
jpnet.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 |
|---|---|---|---|---|
| 50.6.225.192 | 50.6.224.0/22 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 51.79.72.138 | 51.79.0.0/17 | AS16276 | — | CA |
WHOIS identity
- Registrar
- registrar:namespro solutions inc.
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of jpnet.ca.
Web-graph footprint
Distinct hostnames that link to or from jpnet.ca in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- jpnet.ca
SPF policy
4 SPF mechanisms authorising senders for jpnet.ca.
| Mechanism | Target |
|---|---|
| SPF_A | jpnet.ca |
| SPF_IP | 50.6.225.192 |
| SPF_IP | 51.79.72.138 |
| SPF_MX | jpnet.ca |
Related pages
Pivot deeper into the graph from jpnet.ca.
- IP · 50.6.225.192
- ASN · AS31898ORACLE-BMC-31898 - Oracle Corporation
- Registrar · registrar:namespro solutions inc.
- Country · US
- TLD · .ca
- Browse hostnames · jp…
- 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: "jpnet.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.