Hostname
utzone.gamesweb.de
Last fetched
utzone.gamesweb.de resolves to 4 IPv4 addresses operated by AS20940 in MX.
Nutrition Label
Resolution chain
utzone.gamesweb.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.213.179.137 | 23.213.179.0/24 | AS20940 | — | MX |
| 23.213.179.147 | 23.213.179.0/24 | AS20940 | — | MX |
| 27.77.81.16 | 27.77.81.0/24 | AS7552 | — | VN |
| 27.77.81.66 | 27.77.81.0/24 | AS7552 | — | VN |
WHOIS identity
No WHOIS records are currently associated with utzone.gamesweb.de in WhisperGraph.
Subdomains
1 observed subdomain of utzone.gamesweb.de.
| Subdomain |
|---|
| infiltration.utzone.gamesweb.de |
Threat posture
History
Related pages
Pivot deeper into the graph from utzone.gamesweb.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "utzone.gamesweb.de"})-[: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.