Hostname
interactive.watsons.com.tw
Last fetched
interactive.watsons.com.tw resolves to 4 IPv4 addresses operated by AS20940 in DE.
Nutrition Label
Resolution chain
interactive.watsons.com.tw 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 |
|---|---|---|---|---|
| 104.126.37.161 | 104.126.36.0/23 | AS20940 | — | DE |
| 104.126.37.176 | 104.126.36.0/23 | AS20940 | — | DE |
| 23.48.224.77 | 23.48.224.0/24 | AS20940 | — | US |
| 23.48.224.82 | 23.48.224.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with interactive.watsons.com.tw in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from interactive.watsons.com.tw in the public web crawl.
14 sites linked to from this hostname.
Sample inbound links
Sample outbound links
- mshare.app.aswatson.com
- fonts.googleapis.com
- fonts.gstatic.com
- 4500902784af655b3de3-5ad26d8a78e52ca19e00dd2d340c77bb.ssl.cf3.rackcdn.com
- 86ab83b8dc55baa1dfe8-44ea1d9a999082cda1301d1430dda758.ssl.cf3.rackcdn.com
- b1970e2716fc2a48cc98-0878dcd320c8ac1f81213444a1b2b705.ssl.cf3.rackcdn.com
- d234fb85cfe01ce6fa74-010836cbdfcd3ba44b7b6ed52d8ece90.ssl.cf3.rackcdn.com
- fd612a703f23ce88b88f-0299fd45aa8942ef1c46b6cd6c026509.ssl.cf3.rackcdn.com
- pewresearch.org
- weatherwidget.org
Threat posture
History
Related pages
Pivot deeper into the graph from interactive.watsons.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "interactive.watsons.com.tw"})-[: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.