Is deloitte.de a Disposable Email?
Whitelisteddeloitte.de is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-08-18
- Reason
- deloitte.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check deloitte.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/deloitte.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/deloitte.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/deloitte.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/deloitte.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/deloitte.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 deloitte.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.deloitteema11.eu.iphmx.com
- mx2.deloitteema11.eu.iphmx.com
NS Records
- a1-129.akam.net
- a12-66.akam.net
- a14-67.akam.net
- a16-64.akam.net
- a5-65.akam.net
- a7-66.akam.net
SOA Record
- a1-129.akam.net
- hostmaster@deloitte.com
A Records
- 185.87.74.234
- 185.87.75.234
TXT Records
- 5aQnFOaNSe7iNmq1S4tefC2+isKmvC/P8IqOuA45JP673+o26KDrEuazcIVtDkTN8l2nPcKA2srHfcEDekGo+Q==
- 7cmhv28rb2l7gt6q8b2xqsrcr066tzg0
- MS=ms72630689
- _globalsign-domain-verification=N_QM_IvEGjfXWLm25zhb3LPJFSxwp71l-HgSmyQEFl
- amazonses:bD2wioZIku59CPglufj9EdXQ8IUFcjBFq+q5N3qtSH0=
- amazonses:sQ0MYari75F6LgpqgK86XxiNz0OJYeFrxrXrOuW63k4=
- apple-domain-verification=cpR3kzKgFeUuMV9s
- atlassian-domain-verification=kV5UEHJhF9sOZowyoxijTdJNwkOiQyTbt32qOPfA7lOvmCR2qT3htngtpZl/oF16
- cursor-domain-verification-9hsbya=W5Giv0PvKJlkodvnsWyjmeSWR
- docker-verification=6390e086-9d20-4cdb-8b26-81cf8f63e315
- docusign=d5b683da-4c62-4ddd-a8dc-19b208c93bb6
- docusign=dd55643f-eb40-49ae-906f-ff7979a219b7
- facebook-domain-verification=1nb3bmjpft43mp2g2v5k9coh7wubfi
- facebook-domain-verification=fxbch0ov0lucngpy3zf0c8328o5z37
- gitkraken-domain-verification=d97f2c072845aca67ca6eabeb160d3cd59d81446fce090d42d874c1941c848b0
- google-site-verification=B6Xzu5ukrHuhHttj1UAuDWRmOXMZ-MWbv2pxvu4VP6g
- google-site-verification=u-W2nYhM7gzGtisPOsdLgxDPBtQWDpP3UauuCbeflnU
- jamf-site-verification=VB65c7PgS39q8l2h38_DVA
- miro-verification=b578ffcf66fa94154ede190785a7431e82854970
- mongodb-site-verification=4FNnV8jTaadXlE5FmmBtNiNAM8abRrc1
- onetrust-domain-verification=8713dd84c61c4e0eb3538234d0b1a186
- postman-domain-verification=5924f9076bca6fc442dbccd6e648664015532424c8ba89afbff27c905aa7247f08b2bdf2fa529c8fa41af916e1a224fc81acf1e8ef50a6efdc243acd8e11982d
- successfactors-site-verification=MDExMGEwYTUzYmMyNTYzODRlYzc5MDI1N2IyNjc3YTg2NTI1MzJhOWU3ZDIyZTg1NWU5ZmQxNDZhMGUxYjdlYg==
- v=spf1 include:spf-esa.deloitte.de include:spfa.deloitte.de include:spfb.deloitte.de include:spfc.deloitte.de include:spfd.deloitte.de include:spf.protection.outlook.com include:_spf.qualtrics.com -all
- ytv0j7vp74js0jl1jpg6p8jzhvl30bb3
SPF Includes
- spf-esa.deloitte.de
- spfa.deloitte.de
- spfb.deloitte.de
- spfc.deloitte.de
- spfd.deloitte.de
- spf.protection.outlook.com
- _spf.qualtrics.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is deloitte.de a disposable email provider?
No, deloitte.de is whitelisted and considered a legitimate email provider.
Can I use deloitte.de for account registration?
deloitte.de is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from deloitte.de?
Use the Trashmail-Blacklist API to check deloitte.de before accepting it in your application. Send a GET request to /check/json/deloitte.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 deloitte.de?
deloitte.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 deloitte.de before they reach your database.