Hostname
offer.ebay.ca
Last fetched
offer.ebay.ca resolves to 4 IPv4 addresses operated by AS20940 in HK.
Nutrition Label
Resolution chain
offer.ebay.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.26.91.241 | 184.26.91.0/24 | AS20940 | — | HK |
| 23.193.119.201 | 23.193.119.0/24 | AS20940 | — | JP |
| 23.193.119.210 | 23.193.119.0/24 | AS20940 | — | JP |
| 23.2.16.189 | 23.2.16.0/24 | AS20940 | — | HK |
WHOIS identity
No WHOIS records are currently associated with offer.ebay.ca in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from offer.ebay.ca in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from offer.ebay.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "offer.ebay.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.