Hostname
wine21.com
Last fetched
wine21.com resolves to 1 IPv4 address operated by AS9286 in KR. WHOIS lists iana:87 as the registrar.
Nutrition Label
Resolution chain
wine21.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 |
|---|---|---|---|---|
| 1.201.19.6 | 1.201.0.0/18 | AS9286 | — | KR |
WHOIS identity
- Registrar
- iana:87
- Organization
- choi,seung soon
- Contact emails
Subdomains
32 observed subdomains of wine21.com.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wine21.com in the public web crawl.
71 sites link to this hostname.
26 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 wine21.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.wine21.com |
| SPF_INCLUDE | mailer.wine21.com |
| SPF_INCLUDE | mailplug.com |
| SPF_INCLUDE | wine21.com |
| SPF_IP | 115.71.239.96 |
| SPF_IP | 27.102.204.41 |
| SPF_IP | 27.102.206.124 |
| SPF_IP | 27.102.206.184 |
Related pages
Pivot deeper into the graph from wine21.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wine21.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.