Hostname
ouroffers.ca
Last fetched
ouroffers.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AE.
Nutrition Label
Resolution chain
ouroffers.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.139.86.114 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.24 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.85 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.92 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 18.238.80.105 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.34 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.37 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.69 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
1 observed subdomain of ouroffers.ca.
| Subdomain |
|---|
| www.ouroffers.ca |
Threat posture
History
Related pages
Pivot deeper into the graph from ouroffers.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ouroffers.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.