Hostname
3kcs.com
Last fetched
3kcs.com resolves to 3 IPv4 addresses operated by AS136190 in CN. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
3kcs.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 115.231.86.96 | 115.231.86.0/24 | AS136190 | — | CN |
| 165.154.62.72 | 165.154.62.0/24 | AS135377 | — | HK |
| 58.251.88.41 | 58.251.88.0/21 | AS135061 | — | CN |
WHOIS identity
- Registrar
- iana:120
- Organization
- fo shan shi nan hai qu lai gao wu jin dian qi you xian gong si
- Contact emails
Subdomains
2 observed subdomains of 3kcs.com.
| Subdomain |
|---|
| m.3kcs.com |
| www.3kcs.com |
Web-graph footprint
Distinct hostnames that link to or from 3kcs.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from 3kcs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3kcs.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.