Hostname
snuh.org
Last fetched
snuh.org resolves to 1 IPv4 address operated by AS10162 in KR. WHOIS lists iana:100 as the registrar.
Nutrition Label
Resolution chain
snuh.org 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.229.136.46 | 203.229.128.0/20 | AS10162 | — | KR |
WHOIS identity
- Registrar
- iana:100
- Organization
- seoul national university hosp
- Contact emails
Subdomains
92 observed subdomains of snuh.org.
Showing 25 of 92. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from snuh.org in the public web crawl.
957 sites link to this hostname.
303 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for snuh.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.snuh.org |
| SPF_IP | 117.52.152.134 |
| SPF_IP | 203.229.136.103 |
| SPF_IP | 203.229.136.104 |
| SPF_IP | 203.229.136.106 |
| SPF_IP | 203.229.136.107 |
| SPF_IP | 203.229.136.109 |
| SPF_IP | 203.229.136.110 |
| SPF_IP | 203.229.136.112 |
| SPF_IP | 203.229.136.42 |
| SPF_IP | 203.229.136.43 |
| SPF_IP | 203.229.136.46 |
Related pages
Pivot deeper into the graph from snuh.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "snuh.org"})-[: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.