Hostname
tr.blackberry.com
Last fetched
tr.blackberry.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
tr.blackberry.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.164.124.10 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.124.105 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.124.22 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.124.81 | 18.164.124.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 195.209.45.102 | 195.209.32.0/19 | AS12722 | — | RU |
WHOIS identity
No WHOIS records are currently associated with tr.blackberry.com in WhisperGraph.
Subdomains
1 observed subdomain of tr.blackberry.com.
| Subdomain |
|---|
| www.tr.blackberry.com |
Web-graph footprint
Distinct hostnames that link to or from tr.blackberry.com in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from tr.blackberry.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tr.blackberry.com"})-[: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.