Hostname
atomy.kr
Last fetched
atomy.kr resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists registrar:(?)??? as the registrar.
Nutrition Label
Resolution chain
atomy.kr 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.125.13.246 | 13.125.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 15.164.125.140 | 15.164.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 15.165.206.88 | 15.164.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.34.164.235 | 3.34.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.37.125.94 | 3.36.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.37.24.89 | 3.36.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 43.200.110.173 | 43.200.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 43.202.249.252 | 43.200.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 52.78.38.17 | 52.78.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.116.122.202 | 54.116.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
| 54.116.90.103 | 54.116.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
| 43.200.12.91 | 43.200.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
WHOIS identity
- Registrar
- registrar:(?)???
- Organization
- ???
- Contact emails
- —
Subdomains
11 observed subdomains of atomy.kr.
Web-graph footprint
Distinct hostnames that link to or from atomy.kr in the public web crawl.
55 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for atomy.kr.
| Mechanism | Target |
|---|---|
| SPF_IP | 121.254.253.56 |
| SPF_IP | 15.164.86.156 |
Related pages
Pivot deeper into the graph from atomy.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atomy.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.