Hostname
static-cdn.gnuhost.eu
Last fetched
static-cdn.gnuhost.eu resolves to 7 IPv4 addresses operated by CDN77 - Datacamp Limited in FR.
Nutrition Label
Resolution chain
static-cdn.gnuhost.eu 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 |
|---|---|---|---|---|
| 79.127.138.15 | 79.127.138.0/24 | AS60068 | CDN77 - Datacamp Limited | FR |
| 79.127.138.18 | 79.127.138.0/24 | AS60068 | CDN77 - Datacamp Limited | FR |
| 79.127.138.20 | 79.127.138.0/24 | AS60068 | CDN77 - Datacamp Limited | FR |
| 84.17.50.24 | 84.17.50.0/23 | AS60068 | CDN77 - Datacamp Limited | GB |
| 84.17.50.9 | 84.17.50.0/23 | AS60068 | CDN77 - Datacamp Limited | GB |
| 89.187.167.39 | 89.187.166.0/23 | AS60068 | CDN77 - Datacamp Limited | GB |
| 89.187.167.41 | 89.187.166.0/23 | AS60068 | CDN77 - Datacamp Limited | GB |
WHOIS identity
No WHOIS records are currently associated with static-cdn.gnuhost.eu in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from static-cdn.gnuhost.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static-cdn.gnuhost.eu"})-[: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.