Hostname
inetmail.ch
Last fetched
inetmail.ch resolves to 2 IPv4 addresses operated by AS29655 in CH.
Nutrition Label
Resolution chain
inetmail.ch 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 |
|---|---|---|---|---|
| 193.16.211.123 | 193.16.211.0/24 | AS29655 | — | CH |
| 193.16.211.124 | 193.16.211.0/24 | AS29655 | — | CH |
WHOIS identity
No WHOIS records are currently associated with inetmail.ch in WhisperGraph.
Subdomains
6 observed subdomains of inetmail.ch.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for inetmail.ch.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.16.211.0/24 |
| SPF_IP | 2a02:2a8:1:20::/32 |
| SPF_IP | 93.188.72.0/21 |
Related pages
Pivot deeper into the graph from inetmail.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inetmail.ch"})-[: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.