Hostname
daesanenc.kr
Last fetched
daesanenc.kr resolves to 2 IPv4 addresses operated by LGDACOM-KR - LG DACOM Corporation in KR.
Nutrition Label
Resolution chain
daesanenc.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 |
|---|---|---|---|---|
| 114.108.175.174 | 114.108.128.0/18 | AS3786 | LGDACOM-KR - LG DACOM Corporation | KR |
| 165.140.20.177 | 165.140.20.0/22 | AS216425 | TEFEXIA-AS - TEFEXIA Co., Ltd. | HK |
WHOIS identity
No WHOIS records are currently associated with daesanenc.kr in WhisperGraph.
Subdomains
2 observed subdomains of daesanenc.kr.
Web-graph footprint
Distinct hostnames that link to or from daesanenc.kr in the public web crawl.
92 sites link to this hostname.
3,711 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for daesanenc.kr.
| Mechanism | Target |
|---|---|
| SPF_IP | 121.254.170.202 |
Related pages
Pivot deeper into the graph from daesanenc.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "daesanenc.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.