Hostname
mathworks.ch
Last fetched
mathworks.ch resolves to 4 IPv4 addresses operated by MATHWORKS - THE MATHWORKS, INC. in US.
Nutrition Label
Resolution chain
mathworks.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 |
|---|---|---|---|---|
| 144.212.130.62 | 144.212.128.0/21 | AS11939 | MATHWORKS - THE MATHWORKS, INC. | US |
| 144.212.244.62 | 144.212.244.0/24 | AS11939 | MATHWORKS - THE MATHWORKS, INC. | US |
| 15.197.198.81 | 15.197.192.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 166.117.239.220 | 166.117.224.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- application - support
- Contact emails
- —
Subdomains
2 observed subdomains of mathworks.ch.
| Subdomain |
|---|
| sipfed.mathworks.ch |
| www.mathworks.ch |
Web-graph footprint
Distinct hostnames that link to or from mathworks.ch in the public web crawl.
26 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for mathworks.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mathworks.com |
Related pages
Pivot deeper into the graph from mathworks.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mathworks.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.