Hostname
chosun.com
Last fetched
chosun.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:100 as the registrar.
Nutrition Label
Resolution chain
chosun.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.35.113.248 | 3.34.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- iana:100
- Organization
- the chosunilbo
- Contact emails
Subdomains
260 observed subdomains of chosun.com.
Showing 25 of 260. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from chosun.com in the public web crawl.
7,475 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for chosun.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spfa.chosun.com |
| SPF_INCLUDE | mail.stibee.com |
| SPF_IP | 112.175.255.152 |
| SPF_IP | 13.209.170.240 |
| SPF_IP | 203.255.103.141 |
| SPF_IP | 203.255.103.142 |
| SPF_IP | 203.255.103.240 |
| SPF_IP | 3.34.159.154 |
| SPF_IP | 43.202.28.16 |
| SPF_IP | 52.78.179.24 |
| SPF_IP | 54.180.75.126 |
Related pages
Pivot deeper into the graph from chosun.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chosun.com"})-[: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.