Hostname
gdkszx.com
Last fetched
gdkszx.com resolves to 3 IPv4 addresses operated by AS9808 in CN. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
gdkszx.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 |
|---|---|---|---|---|
| 120.197.33.7 | 120.197.32.0/22 | AS9808 | — | CN |
| 157.122.49.7 | 157.122.48.0/21 | AS17622 | — | CN |
| 210.76.75.85 | 210.76.64.0/20 | AS134773 | — | CN |
WHOIS identity
- Registrar
- iana:420
- Organization
- personnel exmainations bureau of guangdong province
- Contact emails
Subdomains
1 observed subdomain of gdkszx.com.
| Subdomain |
|---|
| www.gdkszx.com |
Web-graph footprint
Distinct hostnames that link to or from gdkszx.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from gdkszx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gdkszx.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.