Hostname
bjgt.ca
Last fetched
bjgt.ca resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
bjgt.ca resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.15.179.224 | 16.15.176.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.192.136 | 16.15.192.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.194.150 | 16.15.192.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.199.215 | 16.15.192.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.205.171 | 16.15.200.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.218.75 | 16.15.216.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.182.65.237 | 16.182.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.216.187.10 | 52.216.187.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.216.204.122 | 52.216.204.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.216.41.93 | 52.216.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.228.181 | 52.217.224.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.90.163 | 52.217.90.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.98.147 | 52.217.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.134.77 | 54.231.128.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.202.21 | 54.231.192.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with bjgt.ca in WhisperGraph.
Subdomains
2 observed subdomains of bjgt.ca.
| Subdomain |
|---|
| home.bjgt.ca |
| hyacinth.bjgt.ca |
Threat posture
History
Related pages
Pivot deeper into the graph from bjgt.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bjgt.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.