Hostname
klimaking.com
Last fetched
klimaking.com resolves to 1 IPv4 address operated by GOOGLE - Google LLC in DE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
klimaking.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 |
|---|---|---|---|---|
| 35.207.188.166 | 35.207.128.0/18 | AS15169 | GOOGLE - Google LLC | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of klimaking.com owner
- Contact emails
- ads@romeint.com
- info@earlyinternet.de
- 073a5c21-a8ab-4f7d-9853-a2c45cb9f3c2@identity-protect.org
- 1ee186ab-9a9f-4fe4-b453-edd1f4a7b0c3@identity-protect.org
- 2c90e47e-3934-407f-b377-65f95b9fc341@identity-protect.org
- 89aa87c9-951d-4d8b-adac-6178d2fd2f96@identity-protect.org
- c47acdd3-9aae-428a-aae0-f3b8d88efe1d@identity-protect.org
- dca734c3-2394-477d-8d5c-fca4c67e182f@identity-protect.org
- f1038d0b-601c-4cfa-8eb9-f4c475eac915@identity-protect.org
Subdomains
1 observed subdomain of klimaking.com.
| Subdomain |
|---|
| www.klimaking.com |
Threat posture
History
Related pages
Pivot deeper into the graph from klimaking.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "klimaking.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.