Hostname
snubh.org
Last fetched
snubh.org resolves to 2 IPv4 addresses operated by AS18323 in KR. WHOIS lists iana:87 as the registrar.
Nutrition Label
Resolution chain
snubh.org 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 |
|---|---|---|---|---|
| 211.253.251.102 | 211.253.251.0/24 | AS18323 | — | KR |
| 211.253.251.113 | 211.253.251.0/24 | AS18323 | — | KR |
WHOIS identity
- Registrar
- iana:87
- Organization
- seoul national university bundang hospital
- Contact emails
Subdomains
74 observed subdomains of snubh.org.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from snubh.org in the public web crawl.
455 sites link to this hostname.
352 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for snubh.org.
| Mechanism | Target |
|---|---|
| SPF_IP | 211.253.251.126 |
| SPF_IP | 211.253.251.127 |
| SPF_IP | 211.253.251.128 |
| SPF_IP | 211.253.251.130 |
| SPF_IP | 211.253.251.140 |
| SPF_IP | 211.253.251.30 |
| SPF_IP | 211.253.251.31 |
| SPF_IP | 211.253.251.32 |
| SPF_IP | 211.253.251.33 |
Related pages
Pivot deeper into the graph from snubh.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "snubh.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.