Hostname
bemo.ch
Last fetched
bemo.ch appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
bemo.ch has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
No WHOIS records are currently associated with bemo.ch in WhisperGraph.
Subdomains
13 observed subdomains of bemo.ch.
Web-graph footprint
Distinct hostnames that link to or from bemo.ch in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for bemo.ch.
| Mechanism | Target |
|---|---|
| SPF_A | bemo.ch |
| SPF_A | mail.bemo.ch |
| SPF_A | smtp.quickline.com |
| SPF_IP | 2a01:488:66:1000:57e6:1b49:0:1 |
| SPF_IP | 2a01:488:66:1000:5af:1aca:0:1 |
| SPF_IP | 5.175.26.202/32 |
| SPF_IP | 62.204.109.86/32 |
| SPF_IP | 84.253.22.193/32 |
| SPF_IP | 84.253.22.194/32 |
| SPF_IP | 87.230.27.73/32 |
| SPF_IP | 89.236.174.41/32 |
| SPF_MX | bemo.ch |
Related pages
Pivot deeper into the graph from bemo.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bemo.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.