Hostname
www.eb.clientis.ch
Last fetched
www.eb.clientis.ch resolves to 1 IPv4 address operated by inventx_ch - Inventx AG in CH.
Nutrition Label
Resolution chain
www.eb.clientis.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 |
|---|---|---|---|---|
| 185.178.61.151 | 185.178.60.0/22 | AS206662 | inventx_ch - Inventx AG | CH |
WHOIS identity
No WHOIS records are currently associated with www.eb.clientis.ch in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for www.eb.clientis.ch.
| Mechanism | Target |
|---|---|
| SPF_A | clientisha3.nine.ch |
| SPF_A | clientisha4.nine.ch |
| SPF_A | mail.iazi.ch |
| SPF_INCLUDE | spf.appmail.swisscom.com |
| SPF_INCLUDE | spf.clientis-nl.ch |
| SPF_INCLUDE | spf.swisscom.com |
Related pages
Pivot deeper into the graph from www.eb.clientis.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.eb.clientis.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.