Hostname
hlbcell.co.kr
Last fetched
hlbcell.co.kr resolves to 2 IPv4 addresses operated by AS38700 in KR.
Nutrition Label
Resolution chain
hlbcell.co.kr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 115.68.109.102 | 115.68.0.0/17 | AS38700 | — | KR |
| 58.224.253.13 | 58.224.0.0/13 | AS9318 | — | KR |
WHOIS identity
No WHOIS records are currently associated with hlbcell.co.kr in WhisperGraph.
Subdomains
2 observed subdomains of hlbcell.co.kr.
| Subdomain |
|---|
| mail.hlbcell.co.kr |
| www.hlbcell.co.kr |
Web-graph footprint
Distinct hostnames that link to or from hlbcell.co.kr in the public web crawl.
6 sites link to this hostname.
35 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 hlbcell.co.kr.
| Mechanism | Target |
|---|---|
| SPF_IP | 222.236.44.140 |
| SPF_IP | 58.224.253.13 |
Related pages
Pivot deeper into the graph from hlbcell.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hlbcell.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.