Hostname
kwmembers.org
Last fetched
kwmembers.org resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
kwmembers.org resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 158.252.46.153 | 158.252.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.28.102.86 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.28.171.249 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.28.20.68 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.29.218.221 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.29.222.14 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 34.193.148.1 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.207.242.112 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 51.112.165.86 | 51.112.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 51.112.184.79 | 51.112.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 52.205.134.66 | 52.200.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.90.170.82 | 98.88.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from kwmembers.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kwmembers.org"})-[: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.