Is uni-bremen.de a Disposable Email?
Whitelisteduni-bremen.de is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-06
- Last Checked
- 2026-06-09
- Reason
- uni-bremen.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check uni-bremen.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/uni-bremen.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/uni-bremen.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/uni-bremen.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/uni-bremen.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/uni-bremen.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 uni-bremen.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mailgate.zfn.uni-bremen.de
NS Records
- dns-2.dfn.de
- ines.zfn.uni-bremen.de
- ns.informatik.uni-bremen.de
SOA Record
- ines.zfn.uni-bremen.de
- helms@zfn.uni-bremen.de
A Records
- 134.102.22.124
- 2001:638:708:16::22:124
TXT Records
- HARICA-gaXa3ISBZAriIptMjvp
- _telesec-domain-validation=342062_2025-10-30_iBR3iEre5Q4rBZHu4P54hgxq6GUBD4r9VQrylGxHWR63Kbcrud
- cisco-ci-domain-verification=3a8a59fb2fba7134712d7ac41a382a678e7d28ef02f69cce25ba58e5e5e332c4
- google-site-verification=BqjtWc7qOcV2hSUUwPTIja-PFBVVctvEsskJo4S8RrM
- google-site-verification=b6v9hpU4xxZKeTqeb1JuIn8T1QS2Jjkrj07pVCB1aBk
- google-site-verification=uADf_FvqD49vqW1R7ZpDJVjm1LuOkCt4oHGGfv8oAhE
- ms=644922E0CDD80E313DAF6BAC6974F8BD19938702
- nitro-verification-code=Nzc1MTU4MjgxMTQ3NjE5MTc1Mw==
- v=spf1 a mx ip4:134.102.50.0/24 ip6:2001:638:708:32::/64 ip4:134.102.51.0/24 ip4:134.102.58.0/24 ip4:134.102.3.75 ip4:134.102.236.10 ip4:134.102.196.32 ip4:134.102.20.0/24 ip4:134.102.22.0/23 ip4:134.102.231.91 include:_spf.zimpel.de ~all
SPF Includes
- _spf.zimpel.de
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is uni-bremen.de a disposable email provider?
No, uni-bremen.de is whitelisted and considered a legitimate email provider.
Can I use uni-bremen.de for account registration?
uni-bremen.de is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from uni-bremen.de?
Use the Trashmail-Blacklist API to check uni-bremen.de before accepting it in your application. Send a GET request to /check/json/uni-bremen.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 uni-bremen.de?
uni-bremen.de is whitelisted as a legitimate provider. We provide its status, DNS records, and related domains sharing the same mail server.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like uni-bremen.de before they reach your database.