Hostname
okb.ch
Last fetched
okb.ch resolves to 2 IPv4 addresses operated by AS59414 in CH.
Nutrition Label
Resolution chain
okb.ch resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.81.71.165 | 45.81.70.0/23 | AS59414 | — | CH |
| 45.81.71.30 | 45.81.70.0/23 | AS59414 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- kretz damian
- Contact emails
- —
Subdomains
53 observed subdomains of okb.ch.
Showing 25 of 53. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from okb.ch in the public web crawl.
111 sites link to this hostname.
117 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for okb.ch.
| Mechanism | Target |
|---|---|
| SPF_A | okb.ch |
| SPF_INCLUDE | spf.abacuscity.ch |
| SPF_INCLUDE | spf.weaver.ch |
| SPF_IP | 193.193.132.210/32 |
| SPF_IP | 91.194.197.231/32 |
| SPF_IP | 91.194.197.232/32 |
| SPF_MX | okb.ch |
Related pages
Pivot deeper into the graph from okb.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "okb.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.