Hostname
bcgjhs.com
Last fetched
bcgjhs.com resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
bcgjhs.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.155.100 | 13.226.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.155.119 | 13.226.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.155.15 | 13.226.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.226.155.76 | 13.226.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.227.192.107 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.110 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.118 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.40 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 154.218.55.91 | 154.218.48.0/20 | AS9294 | GNETINC-AS-AP - GNET INC. | HK |
| 172.65.211.209 | 172.65.208.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | — |
| 43.165.172.171 | 43.165.128.0/18 | AS132203 | TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue | — |
WHOIS identity
- Registrar
- iana:1923
- Organization
- redacted for gdpr privacy
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from bcgjhs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcgjhs.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.