Hostname
de.wham.cc
Last fetched
de.wham.cc resolves to 2 IPv4 addresses operated by IONOS-AS - IONOS SE in DE.
Nutrition Label
Resolution chain
de.wham.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 82.165.73.176 | 82.165.0.0/16 | AS8560 | IONOS-AS - IONOS SE | DE |
| 87.106.27.190 | 87.106.26.0/23 | AS8560 | IONOS-AS - IONOS SE | FR |
WHOIS identity
No WHOIS records are currently associated with de.wham.cc in WhisperGraph.
Subdomains
3 observed subdomains of de.wham.cc.
| Subdomain |
|---|
| whamspace.de.wham.cc |
Showing 1 of 3. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from de.wham.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "de.wham.cc"})-[: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.