Is th-nuernberg.de a Disposable Email?
Unknownth-nuernberg.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-03
- Last Checked
- 2026-08-14
- Reason
- th-nuernberg.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check th-nuernberg.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/th-nuernberg.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/th-nuernberg.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/th-nuernberg.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/th-nuernberg.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/th-nuernberg.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 th-nuernberg.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- thnuernberg-de0e.mail.protection.outlook.com
NS Records
- dns-1.dfn.de
- dns-3.dfn.de
- dns1.th-nuernberg.de
- dns2.th-nuernberg.de
SOA Record
- dns1.th-nuernberg.de
- hostmaster@th-nuernberg.de
A Records
- 141.75.201.12
TXT Records
- HARICA-jY1AGL1Lt499WVLxuxn
- MS=ms11561762
- adobe-idp-site-verification=ee6eefca2deba3a4b72e56a734cec3b45350a9ac3899a8095ff642442966bd91
- v=spf1 mx a:mailgw2.th-nuernberg.de a:bvbvxmail.bib-bvb.de a:mailer02.zib.de include:_spf.kdv-fh-bayern.de include:_spf.mail.lrz.de include:spf.protection.outlook.com -all
SPF Includes
- _spf.kdv-fh-bayern.de
- _spf.mail.lrz.de
- spf.protection.outlook.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is th-nuernberg.de a disposable email provider?
th-nuernberg.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use th-nuernberg.de for account registration?
We have not yet verified th-nuernberg.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from th-nuernberg.de?
Use the Trashmail-Blacklist API to check th-nuernberg.de before accepting it in your application. Send a GET request to /check/json/th-nuernberg.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 th-nuernberg.de?
th-nuernberg.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 th-nuernberg.de before they reach your database.