Hostname
cws.cc
Last fetched
cws.cc resolves to 1 IPv4 address operated by PELLA - Pella Corporation in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
cws.cc resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 148.78.65.25 | 148.78.65.0/24 | AS22336 | PELLA - Pella Corporation | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- custom window systems,
- Contact emails
Subdomains
32 observed subdomains of cws.cc.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cws.cc in the public web crawl.
79 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for cws.cc.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.eloqua.com |
| SPF_INCLUDE | nlkp.spf.avature.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 142.0.160.10 |
| SPF_IP | 174.78.220.2 |
| SPF_IP | 174.78.220.3 |
| SPF_IP | 216.255.243.195 |
| SPF_MX | cws.cc |
Related pages
Pivot deeper into the graph from cws.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cws.cc"})-[: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.