Hostname
shgdlc.com
Last fetched
shgdlc.com resolves to 10 IPv4 addresses operated by AS134768 in CN. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
shgdlc.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.236.95.57 | 103.236.92.0/22 | AS134768 | — | CN |
| 107.181.246.42 | 107.181.244.0/22 | AS53850 | GORILLASERVERS - GorillaServers, Inc. | US |
| 111.170.144.83 | 111.170.144.0/20 | AS151185 | — | CN |
| 111.170.172.210 | 111.170.160.0/20 | AS151185 | — | CN |
| 111.170.36.11 | 111.170.32.0/20 | AS151185 | — | CN |
| 111.170.36.159 | 111.170.32.0/20 | AS151185 | — | CN |
| 192.200.97.114 | 192.200.97.0/24 | AS53850 | GORILLASERVERS - GorillaServers, Inc. | US |
| 192.154.107.10 | 192.154.104.0/21 | AS53850 | GORILLASERVERS - GorillaServers, Inc. | US |
| 192.200.109.90 | 192.200.109.0/24 | AS53850 | GORILLASERVERS - GorillaServers, Inc. | US |
| 192.200.108.82 | 192.200.108.0/24 | AS53850 | GORILLASERVERS - GorillaServers, Inc. | US |
WHOIS identity
- Registrar
- iana:1599
- Organization
- bu guang yang
- Contact emails
Subdomains
1 observed subdomain of shgdlc.com.
| Subdomain |
|---|
| www.shgdlc.com |
Web-graph footprint
Distinct hostnames that link to or from shgdlc.com in the public web crawl.
8 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from shgdlc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shgdlc.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.