Hostname
ghddf.com
Last fetched
ghddf.com resolves to 7 IPv4 addresses operated by SHARKTECH - Sharktech in US. WHOIS lists iana:1331 as the registrar.
Nutrition Label
Resolution chain
ghddf.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.160.190.62 | 104.160.190.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 104.21.49.180 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.165.133 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 207.56.117.232 | 207.56.64.0/18 | AS54801 | ZILLION-NETWORK - Zillion Network Inc. | HK |
| 103.204.78.170 | 103.204.76.0/22 | AS132839 | — | HK |
WHOIS identity
- Registrar
- iana:1331
- Organization
- 45364536
- Contact emails
Subdomains
2 observed subdomains of ghddf.com.
| Subdomain |
|---|
| gck.ghddf.com |
| gsw.ghddf.com |
Threat posture
History
Related pages
Pivot deeper into the graph from ghddf.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ghddf.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.