Hostname
the.select
Last fetched
the.select resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
the.select 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 |
|---|---|---|---|---|
| 13.227.192.37 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.44 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.48 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.65 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 18.64.155.115 | 18.64.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.155.23 | 18.64.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.155.53 | 18.64.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.155.65 | 18.64.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.65.25 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.30 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.43 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.97 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1861
- Organization
- private by design,
- Contact emails
- —
Subdomains
1 observed subdomain of the.select.
| Subdomain |
|---|
| www.the.select |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from the.select.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "the.select"})-[: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.