Skip to content

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

WHISPER CANON · static-cdn.gnuhost.euRouting diversity3.0/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/static-cdn.gnuhost.eu

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.

IPPrefixASNOperatorCountry
79.127.138.1579.127.138.0/24AS60068CDN77 - Datacamp LimitedFR
79.127.138.1879.127.138.0/24AS60068CDN77 - Datacamp LimitedFR
79.127.138.2079.127.138.0/24AS60068CDN77 - Datacamp LimitedFR
84.17.50.2484.17.50.0/23AS60068CDN77 - Datacamp LimitedGB
84.17.50.984.17.50.0/23AS60068CDN77 - Datacamp LimitedGB
89.187.167.3989.187.166.0/23AS60068CDN77 - Datacamp LimitedGB
89.187.167.4189.187.166.0/23AS60068CDN77 - Datacamp LimitedGB

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.