Skip to content

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

WHISPER CANON · cws.ccRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/cws.cc

Resolution chain

cws.cc resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
148.78.65.25148.78.65.0/24AS22336PELLA - Pella CorporationUS

WHOIS identity

Registrar
iana:48
Organization
custom window systems,
Contact emails

Subdomains

32 observed subdomains of cws.cc.

Web-graph footprint

Distinct hostnames that link to or from cws.cc in the public web crawl.

79 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for cws.cc.

MechanismTarget
SPF_INCLUDE_netblocks.eloqua.com
SPF_INCLUDEnlkp.spf.avature.net
SPF_INCLUDEsendgrid.net
SPF_INCLUDEus._netblocks.mimecast.com
SPF_IP142.0.160.10
SPF_IP174.78.220.2
SPF_IP174.78.220.3
SPF_IP216.255.243.195
SPF_MXcws.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.