Is allianz.de a Disposable Email?
Whitelistedallianz.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-24
- Reason
- allianz.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check allianz.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/allianz.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/allianz.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/allianz.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/allianz.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/allianz.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 allianz.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.hc1435-93.eu.iphmx.com
- mx2.hc1435-93.eu.iphmx.com
NS Records
- ns1.allianz.com
- ns2.allianz.com
- ns3.allianz.de
- ns4.allianz.de
- ns5.az-ip.net
- ns6.az-ip.net
SOA Record
- ns.allianz.com
- hostmaster@allianz.com
A Records
- 166.117.146.128
- 166.117.24.221
TXT Records
- 009M000000000cpC1=1TB9M00000004D0
- 009M0000000cpC1=1TB9M00000004Rp
- 00DFg00000KhcGF=1TBFg0000002e6D
- AKTsiRKiGZHghsQThJlvO0bBzNZaxt+uvek++eWbkPMO3IXlj4DRJXHQKrp9Hp56mEo1kEDNWLhwVU67+Dv5Wg==
- adobe-idp-site-verification=456f241d9c1a22ac9b1daec656d2cdd4c3f30b2e17ce43c0f230ba3f0340964f
- anthropic-domain-verification-4y4na9=06ssgl8N287T6WDySMTAIuTA7
- canva-site-verification=lOwCIZvxm9dORq6-LgxhYw
- cisco-ci-domain-verification=3c21fb4b04b8d1a45bfefe98232472b66e02223bb4bed86bd44beb02deffea2c
- cn7fmb6r95hx7819lhrghh4cjyn5dd99
- facebook-domain-verification=u7mtd4jhvuneyrpzuwifp5o45q0zpc
- knowbe4-site-verification=f1240e138bc0e8a4353c98eda4d16d2c
- miro-verification=9df906535d1b3bfbf3c5481f7b5a4229dfff9944
- onetrust-domain-verification=00d954f59523481c869572f2b0e346c1
- onetrust-domain-verification=1a6cec33b21446b6a9d0251ff34e0e78
- onetrust-domain-verification=5841736d21cf475c89933c07eea21e56
- v=spf1 include:spf.allianz.com include:_spf.allianz.de ip4:87.230.97.144/28 ip4:62.113.218.4/30 ip4:83.133.158.241 ip4:178.77.89.84 ip4:131.124.92.11 include:_spf-dc33.sapsf.eu -all
- webexdomainverification.J0T4=bf44e859-0e88-4f77-8a22-d5acd25869d9
SPF Includes
- spf.allianz.com
- _spf.allianz.de
- _spf-dc33.sapsf.eu
Related Domains by Mail Server
3 other domains also
use mx1.hc1435-93.eu.iphmx.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is allianz.de a disposable email provider?
No, allianz.de is whitelisted and considered a legitimate email provider.
Can I use allianz.de for account registration?
allianz.de is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from allianz.de?
Use the Trashmail-Blacklist API to check allianz.de before accepting it in your application. Send a GET request to /check/json/allianz.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 allianz.de?
allianz.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 allianz.de before they reach your database.