Hostname
ulsan.ac.kr
Last fetched
ulsan.ac.kr resolves to 2 IPv4 addresses operated by AS55618 in KR.
Nutrition Label
Resolution chain
ulsan.ac.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 |
|---|---|---|---|---|
| 203.250.94.150 | 203.250.94.0/24 | AS55618 | — | KR |
| 210.102.153.8 | 210.102.153.0/24 | AS55618 | — | KR |
WHOIS identity
No WHOIS records are currently associated with ulsan.ac.kr in WhisperGraph.
Subdomains
183 observed subdomains of ulsan.ac.kr.
Showing 25 of 183. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ulsan.ac.kr in the public web crawl.
318 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for ulsan.ac.kr.
| Mechanism | Target |
|---|---|
| SPF_IP | 203.250.71.102 |
| SPF_IP | 203.250.94.108 |
| SPF_IP | 203.250.94.122 |
| SPF_IP | 203.250.94.30 |
| SPF_IP | 203.250.94.37 |
| SPF_IP | 203.250.95.102 |
| SPF_IP | 210.102.153.118 |
| SPF_IP | 211.43.212.149 |
Related pages
Pivot deeper into the graph from ulsan.ac.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ulsan.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.