Hostname
i-web.kr
Last fetched
i-web.kr resolves to 1 IPv4 address operated by AS9952 in KR. WHOIS lists registrar:hostcenter(http://www.hostcenter.co.kr) as the registrar.
Nutrition Label
Resolution chain
i-web.kr 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 |
|---|---|---|---|---|
| 211.239.164.200 | 211.239.164.0/24 | AS9952 | — | KR |
WHOIS identity
- Registrar
- registrar:hostcenter(http://www.hostcenter.co.kr)
- Organization
- cho jun
- Contact emails
- —
Subdomains
13 observed subdomains of i-web.kr.
Web-graph footprint
Distinct hostnames that link to or from i-web.kr in the public web crawl.
905 sites link to this hostname.
1,210 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for i-web.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.daum.net |
| SPF_IP | 211.239.164.200 |
| SPF_IP | 211.239.164.201 |
Related pages
Pivot deeper into the graph from i-web.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "i-web.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.