Hostname
kaapke.com
Last fetched
kaapke.com resolves to 2 IPv4 addresses operated by AS15817 in DE. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
kaapke.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 |
|---|---|---|---|---|
| 185.215.158.240 | 185.215.156.0/22 | AS15817 | — | DE |
| 188.34.154.225 | 188.34.128.0/17 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1390
- Organization
- kaapke
- Contact emails
Subdomains
10 observed subdomains of kaapke.com.
Web-graph footprint
Distinct hostnames that link to or from kaapke.com in the public web crawl.
27 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for kaapke.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 88.34.154.225 |
Related pages
Pivot deeper into the graph from kaapke.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kaapke.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.