Hostname
owkb.ch
Last fetched
owkb.ch resolves to 2 IPv4 addresses operated by AS59414 in CH.
Nutrition Label
Resolution chain
owkb.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
- hunkeler fredy
- Contact emails
- —
Subdomains
23 observed subdomains of owkb.ch.
Web-graph footprint
Distinct hostnames that link to or from owkb.ch in the public web crawl.
62 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for owkb.ch.
| Mechanism | Target |
|---|---|
| SPF_A | owkb.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 | owkb.ch |
Related pages
Pivot deeper into the graph from owkb.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "owkb.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.