Hostname
ocr.ca
Last fetched
ocr.ca resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists registrar:rebel.ca corp. as the registrar.
Nutrition Label
Resolution chain
ocr.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.220.29.219 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:rebel.ca corp.
- Organization
- barcodes inc canada.
- Contact emails
Subdomains
19 observed subdomains of ocr.ca.
Web-graph footprint
Distinct hostnames that link to or from ocr.ca in the public web crawl.
19 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for ocr.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sent-via.netsuite.com |
| SPF_INCLUDE | spf.dispatch1-us1.ppe-hosted.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.us.exclaimer.net |
| SPF_IP | 147.253.165.30 |
| SPF_IP | 156.70.3.228/32 |
| SPF_IP | 3.212.14.20 |
| SPF_IP | 3.220.29.219 |
| SPF_IP | 3.88.96.139 |
| SPF_IP | 3.96.195.93 |
| SPF_IP | 69.90.223.226 |
| SPF_IP | 69.90.223.227 |
| SPF_IP | 72.138.8.230 |
Related pages
Pivot deeper into the graph from ocr.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ocr.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.