Hostname
domsch.tuxbox.nu
Last fetched
domsch.tuxbox.nu resolves to 3 IPv4 addresses operated by AS34245 in IE.
Nutrition Label
Resolution chain
domsch.tuxbox.nu resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.17.50.42 | 212.18.128.0/19 | AS34245 | — | IE |
| 66.98.205.88 | 66.100.215.0/24 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 80.160.82.157 | 80.173.199.0/24 | AS3292 | — | DK |
WHOIS identity
No WHOIS records are currently associated with domsch.tuxbox.nu in WhisperGraph.
Subdomains
2 observed subdomains of domsch.tuxbox.nu.
Threat posture
History
Related pages
Pivot deeper into the graph from domsch.tuxbox.nu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "domsch.tuxbox.nu"})-[: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.