Hostname
uos.ac.kr
Last fetched
uos.ac.kr resolves to 1 IPv4 address operated by AS9978 in KR.
Nutrition Label
Resolution chain
uos.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 |
|---|---|---|---|---|
| 203.249.96.80 | 203.249.96.0/20 | AS9978 | — | KR |
WHOIS identity
No WHOIS records are currently associated with uos.ac.kr in WhisperGraph.
Subdomains
375 observed subdomains of uos.ac.kr.
Showing 25 of 375. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uos.ac.kr in the public web crawl.
313 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for uos.ac.kr.
| Mechanism | Target |
|---|---|
| SPF_IP | 203.249.110.40 |
| SPF_IP | 203.249.96.32 |
| SPF_IP | 203.249.96.33 |
| SPF_IP | 203.249.96.38 |
| SPF_IP | 203.249.96.39 |
| SPF_IP | 210.125.184.141 |
| SPF_IP | 210.125.184.142 |
| SPF_IP | 211.254.222.140 |
Related pages
Pivot deeper into the graph from uos.ac.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uos.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.