Hostname
knothospital.com
Last fetched
knothospital.com resolves to 2 IPv4 addresses operated by AS38690 in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
knothospital.com 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 |
|---|---|---|---|---|
| 110.93.133.46 | 110.93.128.0/20 | AS38690 | — | KR |
| 220.73.160.23 | 220.72.0.0/13 | AS4766 | — | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- lim kyungsup
- Contact emails
Subdomains
2 observed subdomains of knothospital.com.
Web-graph footprint
Distinct hostnames that link to or from knothospital.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for knothospital.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 118.67.128.246 |
Related pages
Pivot deeper into the graph from knothospital.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "knothospital.com"})-[: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.