Hostname
knu.ac.kr
Last fetched
knu.ac.kr resolves to 1 IPv4 address operated by AS10052 in KR.
Nutrition Label
Resolution chain
knu.ac.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 |
|---|---|---|---|---|
| 155.230.13.40 | 155.230.0.0/16 | AS10052 | — | KR |
WHOIS identity
No WHOIS records are currently associated with knu.ac.kr in WhisperGraph.
Subdomains
1,582 observed subdomains of knu.ac.kr.
Showing 25 of 1,582. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from knu.ac.kr in the public web crawl.
303 sites link to this hostname.
395 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for knu.ac.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailplug.com |
| SPF_IP | 114.206.46.2 |
| SPF_IP | 155.230.10.252 |
| SPF_IP | 155.230.11.110 |
| SPF_IP | 155.230.11.41 |
| SPF_IP | 155.230.11.42 |
| SPF_IP | 155.230.11.50 |
| SPF_IP | 155.230.12.12 |
| SPF_IP | 155.230.128.109 |
| SPF_IP | 155.230.128.67 |
| SPF_IP | 155.230.44.40 |
| SPF_MX | knu.ac.kr |
Related pages
Pivot deeper into the graph from knu.ac.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "knu.ac.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.