Hostname
dcp.shockhosting.com
Last fetched
dcp.shockhosting.com resolves to 3 IPv4 addresses operated by SHOCK-1 - Shock Hosting LLC in US.
Nutrition Label
Resolution chain
dcp.shockhosting.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 |
|---|---|---|---|---|
| 107.161.50.6 | 107.161.50.0/23 | AS395092 | SHOCK-1 - Shock Hosting LLC | US |
| 172.66.40.98 | 172.66.40.0/21 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.43.158 | 172.66.40.0/21 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with dcp.shockhosting.com in WhisperGraph.
Subdomains
1 observed subdomain of dcp.shockhosting.com.
| Subdomain |
|---|
| api.dcp.shockhosting.com |
Threat posture
History
Related pages
Pivot deeper into the graph from dcp.shockhosting.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dcp.shockhosting.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.