Hostname
a-select.co.kr
Last fetched
a-select.co.kr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
a-select.co.kr 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 |
|---|---|---|---|---|
| 108.159.28.117 | 108.159.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.28.13 | 108.159.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.28.50 | 108.159.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.28.93 | 108.159.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.165.140.104 | 18.165.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 18.165.140.105 | 18.165.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 18.165.140.40 | 18.165.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 18.165.140.51 | 18.165.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
WHOIS identity
No WHOIS records are currently associated with a-select.co.kr in WhisperGraph.
Subdomains
1 observed subdomain of a-select.co.kr.
| Subdomain |
|---|
| www.a-select.co.kr |
Threat posture
History
Related pages
Pivot deeper into the graph from a-select.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a-select.co.kr"})-[: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.