Hostname
cws.com
Last fetched
cws.com resolves to 2 IPv4 addresses operated by SSCN-AS Sscn Pvt Ltd in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
cws.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.57.240.52 | 185.57.240.0/22 | AS201955 | SSCN-AS Sscn Pvt Ltd | DE |
| 64.239.109.1 | 64.239.109.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:151
- Organization
- carsten bettermann
- Contact emails
Subdomains
40 observed subdomains of cws.com.
Showing 25 of 40. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cws.com in the public web crawl.
545 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for cws.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.cws.com |
| SPF_INCLUDE | _spf.iquer.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.trustit.eu |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from cws.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cws.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.