Hostname
b-bern.ch
Last fetched
b-bern.ch resolves to 1 IPv4 address operated by AS21069 in CH.
Nutrition Label
Resolution chain
b-bern.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 |
|---|---|---|---|---|
| 46.231.207.14 | 46.231.200.0/21 | AS21069 | — | CH |
WHOIS identity
No WHOIS records are currently associated with b-bern.ch in WhisperGraph.
Subdomains
11 observed subdomains of b-bern.ch.
Web-graph footprint
Distinct hostnames that link to or from b-bern.ch in the public web crawl.
58 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for b-bern.ch.
| Mechanism | Target |
|---|---|
| SPF_A | b-bern.ch |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | tcnet.ch |
| SPF_IP | 193.247.208.108 |
| SPF_IP | 193.247.208.113 |
| SPF_IP | 193.247.208.67/32 |
| SPF_IP | 193.247.208.68/32 |
| SPF_IP | 212.103.78.42 |
| SPF_IP | 212.103.78.43 |
| SPF_IP | 212.80.96.0/21 |
| SPF_IP | 2a01:7480:1:100::/64 |
| SPF_IP | 46.231.207.14 |
| SPF_IP | 87.237.169.18 |
| SPF_IP | 87.237.169.20 |
| SPF_IP | 87.237.169.22 |
| SPF_IP | 87.237.169.26/32 |
| SPF_IP | 87.237.169.29 |
| SPF_IP | 87.237.169.52 |
Related pages
Pivot deeper into the graph from b-bern.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b-bern.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.