Hostname
danggam.co.kr
Last fetched
danggam.co.kr resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
danggam.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 |
|---|---|---|---|---|
| 104.21.27.70 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.141.210 | 172.67.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 77.37.83.100 | 77.37.82.0/23 | AS47583 | — | NL |
| 93.127.179.110 | 93.127.178.0/23 | AS47583 | — | NL |
WHOIS identity
No WHOIS records are currently associated with danggam.co.kr in WhisperGraph.
Subdomains
1 observed subdomain of danggam.co.kr.
| Subdomain |
|---|
| www.danggam.co.kr |
Web-graph footprint
Distinct hostnames that link to or from danggam.co.kr in the public web crawl.
14 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from danggam.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "danggam.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.