Hostname
cafe24.com
Last fetched
cafe24.com resolves to 4 IPv4 addresses operated by KIXS-AS-KR Korea Telecom in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
cafe24.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 183.111.139.224 | 183.104.0.0/13 | AS4766 | KIXS-AS-KR Korea Telecom | KR |
| 183.111.139.230 | 183.104.0.0/13 | AS4766 | KIXS-AS-KR Korea Telecom | KR |
| 183.111.139.235 | 183.104.0.0/13 | AS4766 | KIXS-AS-KR Korea Telecom | KR |
| 210.114.23.162 | 210.114.0.0/18 | AS4766 | KIXS-AS-KR Korea Telecom | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- cafe24
- Contact emails
Subdomains
44,320 observed subdomains of cafe24.com.
Showing 25 of 44,320. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cafe24.com in the public web crawl.
438 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for cafe24.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf-etc.cafe24.com |
| SPF_INCLUDE | spf-hosting.cafe24.com |
| SPF_INCLUDE | spf-r.cafe24corp.com |
| SPF_IP | 116.126.142.96 |
| SPF_IP | 116.126.143.111 |
| SPF_IP | 183.111.125.190 |
| SPF_IP | 218.145.65.160 |
Related pages
Pivot deeper into the graph from cafe24.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cafe24.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.