Hostname
seemsinfo.com
Last fetched
seemsinfo.com resolves to 1 IPv4 address operated by KAKAO-AS-KR Kakao Corp in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
seemsinfo.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 |
|---|---|---|---|---|
| 27.0.236.139 | 27.0.236.0/22 | AS38099 | KAKAO-AS-KR Kakao Corp | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- sim chang hoon
- Contact emails
Subdomains
5 observed subdomains of seemsinfo.com.
Web-graph footprint
Distinct hostnames that link to or from seemsinfo.com in the public web crawl.
15 sites link to this hostname.
Sample inbound links
- algoboja.com
- mnkplace.com
- xn--289a97eiiy66b0ycr0dm8fz22b.site
- xn--294-ju1mi55bm5bh1i23nh8w.site
- xn--2q1b4qh2e3mu2do46a1qa54uyvy3hb.site
- xn--2w2b2dy4gc4grygkwrplbc1g.site
- xn--910b38b90g8yb936dc2bv6b.site
- xn--9m1b8h61zzqc8qxtx0dp0r2sp7jkt6bouau4o.site
- xn--bo1b59euvmomc6tay07b3kcc6a74h.site
- xn--hq1bob88pfd73w0mb102b.site
Threat posture
History
Related pages
Pivot deeper into the graph from seemsinfo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "seemsinfo.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.