Hostname
vote114.com
Last fetched
vote114.com resolves to 2 IPv4 addresses operated by AS38700 in KR. WHOIS lists iana:1489 as the registrar.
Nutrition Label
Resolution chain
vote114.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 |
|---|---|---|---|---|
| 115.68.102.169 | 115.68.0.0/17 | AS38700 | — | KR |
| 203.238.181.165 | 203.238.181.0/24 | AS9286 | — | KR |
WHOIS identity
- Registrar
- iana:1489
- Organization
- kyeongchae cheong
- Contact emails
Subdomains
1 observed subdomain of vote114.com.
| Subdomain |
|---|
| www.vote114.com |
Web-graph footprint
Distinct hostnames that link to or from vote114.com in the public web crawl.
1,041 sites link to this hostname.
496 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for vote114.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.daum.net |
Related pages
Pivot deeper into the graph from vote114.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vote114.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.