Hostname
s-clean.kr
Last fetched
s-clean.kr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in TR.
Nutrition Label
Resolution chain
s-clean.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.157.60.13 | 108.157.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 108.157.60.50 | 108.157.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 108.157.60.55 | 108.157.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 108.157.60.67 | 108.157.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 3.166.244.11 | 3.166.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.166.244.26 | 3.166.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.166.244.52 | 3.166.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.166.244.98 | 3.166.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with s-clean.kr in WhisperGraph.
Subdomains
1 observed subdomain of s-clean.kr.
| Subdomain |
|---|
| www.s-clean.kr |
Threat posture
History
Related pages
Pivot deeper into the graph from s-clean.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "s-clean.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.