Hostname
cms6.de
Last fetched
cms6.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
cms6.de 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 |
|---|---|---|---|---|
| 167.235.173.239 | 167.235.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with cms6.de in WhisperGraph.
Subdomains
201 observed subdomains of cms6.de.
Showing 25 of 201. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cms6.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for cms6.de.
| Mechanism | Target |
|---|---|
| SPF_A | cms6.de |
| SPF_INCLUDE | mail.timmehosting.de |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 138.201.161.139 |
| SPF_IP | 167.235.173.206/32 |
| SPF_IP | 167.235.173.209 |
| SPF_IP | 167.235.173.239 |
| SPF_IP | 176.9.130.48 |
| SPF_IP | 188.40.16.91 |
| SPF_IP | 46.4.109.105 |
| SPF_IP | 46.4.109.106 |
| SPF_IP | 94.130.210.93 |
| SPF_MX | cms6.de |
Related pages
Pivot deeper into the graph from cms6.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cms6.de"})-[: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.