Hostname
web-preprod.shell.mu
Last fetched
web-preprod.shell.mu resolves to 4 IPv4 addresses operated by AS4651 in TH.
Nutrition Label
Resolution chain
web-preprod.shell.mu 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 |
|---|---|---|---|---|
| 122.155.243.107 | 122.155.243.0/24 | AS4651 | — | TH |
| 122.155.243.51 | 122.155.243.0/24 | AS4651 | — | TH |
| 2.18.20.69 | 2.18.20.0/24 | AS20940 | — | BR |
| 2.18.20.73 | 2.18.20.0/24 | AS20940 | — | BR |
WHOIS identity
No WHOIS records are currently associated with web-preprod.shell.mu in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from web-preprod.shell.mu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "web-preprod.shell.mu"})-[: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.