Hostname
watson.ch
Last fetched
watson.ch resolves to 4 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:3220 as the registrar.
Nutrition Label
Resolution chain
watson.ch resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.202.163.141 | 116.202.0.0/16 | AS24940 | HETZNER-AS | DE |
| 116.202.35.169 | 116.202.0.0/16 | AS24940 | HETZNER-AS | DE |
| 157.90.69.199 | 157.90.0.0/16 | AS24940 | HETZNER-AS | DE |
| 51.89.11.70 | 51.89.0.0/16 | AS16276 | OVH | DE |
WHOIS identity
- Registrar
- iana:3220
- Organization
- ermel franz
- Contact emails
Subdomains
76 observed subdomains of watson.ch.
Showing 25 of 76. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from watson.ch in the public web crawl.
5,662 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for watson.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | fixxpunkt.ch |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 82.197.167.83 |
Related pages
Pivot deeper into the graph from watson.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "watson.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.