Hostname
gambit2.gcontent.eu
Last fetched
gambit2.gcontent.eu resolves to 5 IPv4 addresses operated by AS20940 in DE.
Nutrition Label
Resolution chain
gambit2.gcontent.eu resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.19.11.158 | 2.19.11.0/24 | AS20940 | — | DE |
| 2.19.11.190 | 2.19.11.0/24 | AS20940 | — | DE |
| 23.44.201.198 | 23.44.201.0/24 | AS20940 | — | US |
| 23.44.201.219 | 23.44.201.0/24 | AS20940 | — | US |
| 34.120.175.24 | 34.120.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with gambit2.gcontent.eu in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from gambit2.gcontent.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gambit2.gcontent.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.