Hostname
wotonet.com
Last fetched
wotonet.com resolves to 2 IPv4 addresses operated by AS3786 in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
wotonet.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 |
|---|---|---|---|---|
| 114.108.131.6 | 114.111.16.0/22 | AS3786 | — | KR |
| 220.90.81.206 | 220.121.131.128/25 | AS4766 | — | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- wotonet
- Contact emails
Subdomains
28 observed subdomains of wotonet.com.
Showing 15 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wotonet.com in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for wotonet.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 114.108.131.23 |
| SPF_IP | 114.108.131.25 |
| SPF_IP | 114.108.131.28 |
| SPF_IP | 114.108.131.45 |
| SPF_IP | 114.108.131.48 |
| SPF_IP | 114.108.131.6 |
| SPF_IP | 114.108.131.63 |
| SPF_IP | 114.108.131.82 |
Related pages
Pivot deeper into the graph from wotonet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wotonet.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.