Is dlh.de a Disposable Email?
Unknowndlh.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-07-15
- Reason
- dlh.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check dlh.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/dlh.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/dlh.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/dlh.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/dlh.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/dlh.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 dlh.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mxa-005f4701.gslb.pphosted.com
- mxb-005f4701.gslb.pphosted.com
NS Records
- udns1.cscudns.com
- udns2.cscudns.org
SOA Record
- udns1.cscudns.com
- hostmaster@cscdns.net
A Records
- 20.101.251.232
TXT Records
- /j/yu2xBiiifYADoVKjyFtobYXJ3d8yA2Bm4BAmbYmBcLtterfSgvFE00lC4JZNIv5adv3V/vhmLLEBudxR4RQ==
- MS=ms16684666
- atlassian-domain-verification=njoDp62H3rK27KIdKeMgVOlnA/tdLs5swZAprYefa6ZMax1LTeFPbFj3UJAA/3c5
- cYXtOCJw7VddBYqGtAQD0pknaMo8u9Os8DZw//cjgYfP2NdepKmk9wzgj1CSMHVItOmuT8KQgurRpndKC17m9w==
- d365mktkey=1ztp7dzcpx52wc34faut0sbid
- d365mktkey=70w2g91p3slglo8xdazf1keou
- d365mktkey=cg5y3huedxd4y1088yso9re1
- docker-verification=d45b5899-00fb-435e-9433-af9cbba7fd86
- docusign=418a0bc2-421d-4fdd-b114-3ac3c31b5364
- docusign=7517144c-2d6c-4dc9-8d41-1a370da98f9f
- google-site-verification=iPlLs2PNKicMyViV1pGMMusSYDSKjMQOObZju9f2H5g
- google-site-verification=xrhiEWaByb4bysICqsqt9I8K1k-j0MXkD_s4DiUZbNQ
- h1-domain-verification=AHStjKa9HtaRtpC7L4hNdcrN1R8CXYp4ctygn3ebzcKNtF6s
- jamf-site-verification=fGkm08CBwtNwZ3cMWYNtpQ
- miro-verification=54fa914653512c2275d0133d38eeb8c8001c7502
- ms-domain-verification=2c1c5187-769e-4b32-abb4-73e5d5bac16f
- omnissa-connect-verification-b2c2f537-01a8-4e22-8304-f5ad41ff539e
- paloaltonetworks-site-verification=d13f38a4088e3ef719838250c7825331558702e0b851d3e2d10e14da159a1472
- v=spf1 ip4:84.17.184.240/28 ip4:84.17.190.192/26 ip4:80.77.215.176/28 ip4:151.11.112.123 include:spf.etouches.com ip4:185.68.254.164 ip4:129.35.195.68 ip4:129.35.195.69 ip4:80.72.142.246 ip4:129.35.195.132 ip4:129.35.195.133 ip4:194.31.6.64/28 ip4:84.17.165.165 ip4:84.17.165.167 ip4:85.115.25.170 ip4:81.20.94.54 ip4:66.159.233.224 ip4:66.159.233.225 ip4:143.55.150.105 ip4:143.55.150.106 include:spf.protection.outlook.com include:spf.crsend.com -all
SPF Includes
- spf.etouches.com
- spf.protection.outlook.com
- spf.crsend.com
Related Domains by Mail Server
1 other domain also
use mxa-005f4701.gslb.pphosted.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is dlh.de a disposable email provider?
dlh.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use dlh.de for account registration?
We have not yet verified dlh.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from dlh.de?
Use the Trashmail-Blacklist API to check dlh.de before accepting it in your application. Send a GET request to /check/json/dlh.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 dlh.de?
dlh.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 dlh.de before they reach your database.