Hostname
cs.williskhan.com
Last fetched
cs.williskhan.com resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
cs.williskhan.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 |
|---|---|---|---|---|
| 144.76.120.115 | 144.76.0.0/16 | AS24940 | — | DE |
| 192.157.57.158 | 192.157.56.0/22 | AS55286 | SERVER-MANIA - B2 Net Solutions Inc. | US |
WHOIS identity
No WHOIS records are currently associated with cs.williskhan.com in WhisperGraph.
Subdomains
1 observed subdomain of cs.williskhan.com.
| Subdomain |
|---|
| www.cs.williskhan.com |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for cs.williskhan.com.
| Mechanism | Target |
|---|---|
| SPF_A | cs.williskhan.com |
| SPF_IP | 144.76.120.115 |
| SPF_IP | 192.157.57.158 |
| SPF_MX | cs.williskhan.com |
Related pages
Pivot deeper into the graph from cs.williskhan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cs.williskhan.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.