Is kkh.de a Disposable Email?
Unknownkkh.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-06-09
- Reason
- kkh.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check kkh.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/kkh.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/kkh.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/kkh.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/kkh.de");
$data = json_decode($json, true);
echo $data["status"]; // blacklisted / whitelisted / unknown
package main
import (
"encoding/json"
"fmt"
"net/http"
)
func main() {
resp, err := http.Get("https://trashmail-blacklist.org/check/json/kkh.de")
if err != nil {
panic(err)
}
defer resp.Body.Close()
var result struct {
Status string `json:"status"`
Domain string `json:"domain"`
}
json.NewDecoder(resp.Body).Decode(&result)
fmt.Println(result.Status)
}
Click "Run" to fetch the JSON response for kkh.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mailrelay1.kkh.de
- mailrelay2.kkh.de
NS Records
- ns.im-netz.de
- ns1.im-netz.de
- ns2.im-netz.de
SOA Record
- ns.im-netz.de
- noc@im-netz.de
A Records
- 87.225.251.142
TXT Records
- Dynatrace-site-verification=0b95cc5a-c2d2-45d1-9fda-8bcbc382934c__u7afnillv6sa49oe24s15b6ih5
- I7pQxMKgBC7Tgoh8PiQ4glApEfUzBZ6OrdHK4O0XAANkWVGfJ8nA/YMxPyxSdScgyPP3XeKIka8cF2XYF9r4wg==
- _5mg1lpstigrumh4h6halc2daanl4a9m
- apple-domain-verification=W7wfUx5EMWvjP4yL
- google-site-verification=lxvR53IZS3xQvLmsvxfaI06Jyo2DkK9csw9MBeiqgZw
- mindmanager-verification=61984503fedd685aa387532b798b37962a513fcf76a0d04eaf4e67322501a4a3
- v=spf1 mx ip4:91.213.61.85 ip4:91.213.61.86 ip4:87.225.251.128/29 ip4:193.201.168.0/24 ip4:212.42.225.32/32 ip4:217.31.84.130/32 ip4:62.48.73.160/27 ip4:62.48.87.48/28 include:d-hosting.de include:spf.crsend.com include:spf.protection.outlook.com include:spf.mail.nacura.de include:spf.mailingress.de -all
- verifyvs=20250825090419b8d06bffe5069c1e7168e54270000372
SPF Includes
- d-hosting.de
- spf.crsend.com
- spf.protection.outlook.com
- spf.mail.nacura.de
- spf.mailingress.de
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is kkh.de a disposable email provider?
kkh.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use kkh.de for account registration?
We have not yet verified kkh.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from kkh.de?
Use the Trashmail-Blacklist API to check kkh.de before accepting it in your application. Send a GET request to /check/json/kkh.de to receive the domain status as JSON. Integrate this check into your signup or contact forms to automatically reject disposable email addresses.
What data is available for kkh.de?
kkh.de is not yet in our database. You can check it via our API or submit it for review through our contact form.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like kkh.de before they reach your database.