Is hr.de a Disposable Email?
Unknownhr.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-08-18
- Reason
- hr.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check hr.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/hr.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/hr.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/hr.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/hr.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/hr.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 hr.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- hr-de.mail.protection.outlook.com
NS Records
- ns5.sec-provider.de
- ns6.sec-provider.de
SOA Record
- ns6.sec-provider.de
- hostmaster@sec-provider.de
A Records
- 2600:1901:0:d7c0::
- 34.111.50.29
TXT Records
- MS=786E764124C023B317E0BD0D3FE42F09750E8B11
- MS=ms65790417
- adobe-idp-site-verification=2ee616ac6a806ab26e470003ba1c1b8b7cb7c6f083489c9676a338a99aa887d3
- airtable-verification=d8814bd2c56ad4d370bf76a8380bf531
- anthropic-domain-verification-sh8qrs=HHFSmAuqUv5OScJkjq1ztTd1k
- apple-domain-verification=MAUFAf6onHqO6Ohe
- bw=i9TLFRFXa0QR4zHRDhQVeNffoz5zEW7FahpM1HHkzKOQ
- google-site-verification=5uJe-DH_8n6QpFOz7tvb0C5fN-cDQptVFwK50YAOsOU
- miro-verification=33c9c932651c1be189526f9afa5d8f12b98e3675
- rUT21oKFSFG5kAQSyUmfqptNVrxmaTZvUPZXByOsNv7gUcZvRMkm4bgGpmfz1LFsFfPyHf2nIaPiHh+9jZTv9g==
- v=spf1 ip4:194.156.7.31 ip4:194.156.7.32 ip4:194.156.7.29 include:spf.sec-provider.de ip4:81.93.164.103 ip4:81.93.173.201 include:ivz.de ip4:194.233.199.240 include:spf.protection.outlook.com ip4:141.2.158.131 include:_pui.sr.de ip4:194.156.7.30 -all
SPF Includes
- spf.sec-provider.de
- ivz.de
- spf.protection.outlook.com
- _pui.sr.de
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is hr.de a disposable email provider?
hr.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use hr.de for account registration?
We have not yet verified hr.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from hr.de?
Use the Trashmail-Blacklist API to check hr.de before accepting it in your application. Send a GET request to /check/json/hr.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 hr.de?
hr.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 hr.de before they reach your database.