Hostname
kream.co.kr
Last fetched
kream.co.kr resolves to 4 IPv4 addresses operated by AS23576 in KR. WHOIS lists registrar:(?)??? as the registrar.
Nutrition Label
Resolution chain
kream.co.kr 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 |
|---|---|---|---|---|
| 110.93.159.37 | 110.93.152.0/21 | AS23576 | — | KR |
| 110.93.159.45 | 110.93.152.0/21 | AS23576 | — | KR |
| 202.179.180.81 | 202.179.180.0/22 | AS23576 | — | KR |
| 202.179.180.91 | 202.179.180.0/22 | AS23576 | — | KR |
WHOIS identity
- Registrar
- registrar:(?)???
- Organization
- ?? ????
- Contact emails
- —
Subdomains
5 observed subdomains of kream.co.kr.
Web-graph footprint
Distinct hostnames that link to or from kream.co.kr in the public web crawl.
338 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for kream.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | naver.com |
Related pages
Pivot deeper into the graph from kream.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kream.co.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.