Hostname
cs16gsclient.com
Last fetched
cs16gsclient.com resolves to 2 IPv4 addresses operated by AS197432 in NL.
Nutrition Label
Resolution chain
cs16gsclient.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 |
|---|---|---|---|---|
| 45.123.40.12 | 45.123.40.0/24 | AS197432 | — | NL |
| 80.96.196.12 | 80.96.196.0/24 | AS197432 | — | RO |
WHOIS identity
No WHOIS records are currently associated with cs16gsclient.com in WhisperGraph.
Subdomains
7 observed subdomains of cs16gsclient.com.
Web-graph footprint
Distinct hostnames that link to or from cs16gsclient.com in the public web crawl.
57 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for cs16gsclient.com.
| Mechanism | Target |
|---|---|
| SPF_A | cs16gsclient.com |
| SPF_IP | 45.123.40.12 |
| SPF_IP | 45.123.40.5 |
| SPF_IP | 80.96.196.12 |
| SPF_IP | 80.96.196.5 |
| SPF_MX | cs16gsclient.com |
Related pages
Pivot deeper into the graph from cs16gsclient.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cs16gsclient.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.