Hostname
r114.com
Last fetched
r114.com resolves to 1 IPv4 address operated by AS9318 in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
r114.com 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 |
|---|---|---|---|---|
| 218.237.65.230 | 218.236.0.0/14 | AS9318 | — | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- hdc-labs
- Contact emails
Subdomains
14 observed subdomains of r114.com.
Web-graph footprint
Distinct hostnames that link to or from r114.com in the public web crawl.
183 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for r114.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.dooray.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 133.186.179.23 |
| SPF_IP | 133.186.179.24 |
| SPF_IP | 218.237.65.128/25 |
| SPF_IP | 222.112.162.223 |
| SPF_IP | 222.112.162.239 |
| SPF_IP | 222.112.162.241 |
Related pages
Pivot deeper into the graph from r114.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "r114.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.