Hostname
solidworks.com
Last fetched
solidworks.com resolves to 3 IPv4 addresses operated by AKAMAI-ASN1 in HK. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
solidworks.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.85.114.185 | 184.85.112.0/20 | AS20940 | AKAMAI-ASN1 | HK |
| 23.13.161.46 | 23.13.160.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 52.208.213.201 | 52.208.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:292
- Organization
- dassault systemes solidworks corporation
- Contact emails
Subdomains
77 observed subdomains of solidworks.com.
Showing 25 of 77. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from solidworks.com in the public web crawl.
4,683 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for solidworks.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.solidworks.com |
Related pages
Pivot deeper into the graph from solidworks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "solidworks.com"})-[: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.