Hostname
bgdws.com
Last fetched
bgdws.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
bgdws.com 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 |
|---|---|---|---|---|
| 18.173.219.31 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.219.45 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.219.7 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.219.8 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.31.33 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.54 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.58 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.31.97 | 18.245.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of bgdws.com owner
- Contact emails
- 28269@qq.com
- missdomain@domains-banker.com
- 54d845a8-802b-4cef-9d9e-cd5a7361d07f@identity-protect.org
- 5930db2c-0cc7-46c9-924f-4c54294cdd07@identity-protect.org
- 6cc4c5a8-7fd1-41ad-ba8a-fd327b6d2c1e@identity-protect.org
- b88587a7-e0cf-4e28-a7ea-cb807ab11c06@identity-protect.org
- de4a0901-1396-4fb5-bee8-90a83b14a479@identity-protect.org
Subdomains
1 observed subdomain of bgdws.com.
| Subdomain |
|---|
| www.bgdws.com |
Threat posture
History
Related pages
Pivot deeper into the graph from bgdws.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bgdws.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.