Hostname
ubs.ch
Last fetched
ubs.ch resolves to 1 IPv4 address operated by AS8883 in CH.
Nutrition Label
Resolution chain
ubs.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 |
|---|---|---|---|---|
| 193.134.111.71 | 193.134.111.0/24 | AS8883 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- ubs ag hostmaster ncc telecom & network services p.o. box
- Contact emails
- —
Subdomains
4 observed subdomains of ubs.ch.
| Subdomain |
|---|
| bbs.ubs.ch |
| www.ubs.ch |
| zuerich.ubs.ch |
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ubs.ch in the public web crawl.
99 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for ubs.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-hosted.ubs.com |
| SPF_IP | 139.149.1.0/24 |
| SPF_IP | 139.149.132.0/24 |
| SPF_IP | 147.60.1.0/24 |
| SPF_IP | 147.60.58.0/24 |
| SPF_IP | 148.112.145.0/24 |
| SPF_IP | 151.191.175.0/24 |
| SPF_IP | 155.145.206.128/26 |
| SPF_IP | 161.239.244.0/24 |
| SPF_IP | 161.239.252.0/24 |
| SPF_IP | 193.134.254.0/24 |
| SPF_IP | 208.85.48.168/32 |
| SPF_IP | 216.52.51.3/32 |
| SPF_IP | 66.77.22.2/32 |
| SPF_MX | ubs.ch |
Related pages
Pivot deeper into the graph from ubs.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ubs.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.