Hostname
message.ch
Last fetched
message.ch resolves to 1 IPv4 address operated by EVERYWARE-NET in CH.
Nutrition Label
Resolution chain
message.ch resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 217.71.93.95 | 217.71.80.0/20 | AS24951 | EVERYWARE-NET | CH |
WHOIS identity
- Registrar
- —
- Organization
- futurecom interactive
- Contact emails
- —
Subdomains
16 observed subdomains of message.ch.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for message.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.116.196.0/23 |
| SPF_IP | 194.116.197.0/24 |
| SPF_IP | 23.97.150.168 |
| SPF_MX | message.ch |
Related pages
Pivot deeper into the graph from message.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "message.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.