Hostname
watson.de
Last fetched
watson.de resolves to 6 IPv4 addresses operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
watson.de resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 178.63.87.26 | 178.63.0.0/16 | AS24940 | HETZNER-AS | DE |
| 178.63.87.29 | 178.63.0.0/16 | AS24940 | HETZNER-AS | DE |
| 178.63.89.120 | 178.63.0.0/16 | AS24940 | HETZNER-AS | DE |
| 178.63.96.189 | 178.63.0.0/16 | AS24940 | HETZNER-AS | DE |
| 51.75.145.166 | 51.75.0.0/16 | AS16276 | OVH | DE |
| 54.36.109.226 | 54.36.0.0/16 | AS16276 | OVH | DE |
WHOIS identity
No WHOIS records are currently associated with watson.de in WhisperGraph.
Subdomains
62 observed subdomains of watson.de.
Showing 25 of 62. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from watson.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for watson.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.retarus.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from watson.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "watson.de"})-[: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.