Hostname
douzoneedu.co.kr
Last fetched
douzoneedu.co.kr resolves to 1 IPv4 address operated by AS55615 in KR.
Nutrition Label
Resolution chain
douzoneedu.co.kr 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 |
|---|---|---|---|---|
| 103.8.100.178 | 103.8.100.0/24 | AS55615 | — | KR |
WHOIS identity
No WHOIS records are currently associated with douzoneedu.co.kr in WhisperGraph.
Subdomains
15 observed subdomains of douzoneedu.co.kr.
Web-graph footprint
Distinct hostnames that link to or from douzoneedu.co.kr in the public web crawl.
8 sites link to this hostname.
32 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for douzoneedu.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | douzoneedu.zoom.us |
| SPF_IP | 175.206.170.67 |
| SPF_IP | 175.206.170.78 |
| SPF_IP | 175.206.170.83 |
| SPF_IP | 175.206.170.96 |
| SPF_IP | 211.34.151.10 |
| SPF_IP | 211.34.151.11 |
| SPF_IP | 211.34.151.13 |
| SPF_IP | 211.34.151.14 |
| SPF_IP | 211.34.151.15 |
| SPF_IP | 211.34.151.17 |
| SPF_IP | 211.34.151.18 |
| SPF_IP | 211.34.151.19 |
| SPF_IP | 211.34.151.43 |
| SPF_IP | 211.34.151.48 |
| SPF_IP | 211.34.151.49 |
| SPF_IP | 211.34.151.50 |
| SPF_IP | 211.34.151.51 |
Related pages
Pivot deeper into the graph from douzoneedu.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "douzoneedu.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.