Is bundeswehr.org a Disposable Email?
Whitelistedbundeswehr.org is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-07
- Last Checked
- 2026-06-23
- Reason
- bundeswehr.org
Registration Data
- Registrar
- Deutsche Telekom AG
- Registered
- 1998-07-30 (27 years, 10 months)
- Expires
- 2026-07-29
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bundeswehr.org programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bundeswehr.org
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bundeswehr.org")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bundeswehr.org");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/bundeswehr.org");
$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/bundeswehr.org")
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 bundeswehr.org.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mailprz.bwehr.de
- mailsrb.bwehr.de
NS Records
- pns.dtag.de
- secondary004.dtag.net
SOA Record
- pns.dtag.de
- hostmaster@bundeswehr.org
A Records
- 91.221.59.36
TXT Records
- MS=0C0E3E45D9EC3C808AFA64BC769628AF0323B4DE
- _telesec-domain-validation=289183_2021-02-16_BalGqfoT14KsJ0PnEe3JUYznXv2DhXFQk6xQs9ZSXDQ1Q9A8y9
- _telesec-domain-validation=304235_2022-05-11_lBMjqd3ZyXHaqjPRw3JxyROhJ8A7rU3DiSzWpkuJZoyU3C7UrK
- _telesec-domain-validation=322317_2023-06-29_H4AaNcHdIoaYOiyUVKjDHTMEVKCKODOFaP01fSgNGprJiLez3g
- _telesec-domain-validation=340687_2024-10-01_Mrl8NRLPrpZK9Voywd06PWJxymzsEXmM0XGrPBKnAtXeAAXSJP
- _telesec-domain-validation=353192_2026-02-18_eHVRDzbzkMcPQXisQtXxRwZFScF1JQMjnJvwjEJ4KVHERs1pAW
- apple-domain-verification=s4WylUlEJ2wTAHYr
- v=spf1 include:spf.bwehr.de -all
SPF Includes
- spf.bwehr.de
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is bundeswehr.org a disposable email provider?
No, bundeswehr.org is whitelisted and considered a legitimate email provider.
Can I use bundeswehr.org for account registration?
bundeswehr.org is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from bundeswehr.org?
Use the Trashmail-Blacklist API to check bundeswehr.org before accepting it in your application. Send a GET request to /check/json/bundeswehr.org 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 bundeswehr.org?
bundeswehr.org 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 bundeswehr.org before they reach your database.