Hostname
cbscluster.com
Last fetched
cbscluster.com resolves to 1 IPv4 address operated by I3B-AS in AT. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
cbscluster.com 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 |
|---|---|---|---|---|
| 93.185.134.53 | 93.185.128.0/20 | AS39912 | I3B-AS | AT |
WHOIS identity
- Registrar
- iana:269
- Organization
- di kurz klaus e.u.
- Contact emails
Subdomains
16 observed subdomains of cbscluster.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for cbscluster.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 167.235.72.245 |
| SPF_IP | 2001:41d0:239:5300:0:0:3980:d58 |
| SPF_IP | 2a01:4f8:1c1e:8474::/64 |
| SPF_IP | 2a01:4f8:fff0:5f::/64 |
| SPF_IP | 37.27.72.136/29 |
| SPF_IP | 57.128.13.88 |
| SPF_IP | 94.16.105.145 |
| SPF_MX | cbscluster.com |
Related pages
Pivot deeper into the graph from cbscluster.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbscluster.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.