Hostname
cgmlife.com
Last fetched
cgmlife.com resolves to 1 IPv4 address operated by AS203437 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
cgmlife.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 |
|---|---|---|---|---|
| 193.218.10.11 | 193.218.8.0/22 | AS203437 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- christoph merz
- Contact emails
Subdomains
16 observed subdomains of cgmlife.com.
Web-graph footprint
Distinct hostnames that link to or from cgmlife.com in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for cgmlife.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf6294.smtpeter.com |
| SPF_IP | 185.39.254.134 |
| SPF_IP | 185.39.255.179 |
| SPF_IP | 185.9.12.101 |
| SPF_IP | 192.34.66.23 |
| SPF_IP | 193.218.9.101 |
| SPF_IP | 193.47.161.177 |
| SPF_IP | 193.47.161.178 |
| SPF_IP | 193.47.161.183 |
| SPF_IP | 193.47.161.188 |
| SPF_IP | 193.47.161.71 |
Related pages
Pivot deeper into the graph from cgmlife.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cgmlife.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.