Is bergersysteme.com a Disposable Email?
Unknownbergersysteme.com is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-02-20
- Last Checked
- 2026-06-24
- Reason
- bergersysteme.com
Registration Data
- Registrar
- united-domains GmbH
- Registered
- 1997-11-19 (28 years, 7 months)
- Expires
- 2026-11-18
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bergersysteme.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bergersysteme.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bergersysteme.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bergersysteme.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/bergersysteme.com");
$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/bergersysteme.com")
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 bergersysteme.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx01.hornetsecurity.com
- mx02.hornetsecurity.com
- mx03.hornetsecurity.com
- mx04.hornetsecurity.com
NS Records
- ns1a.dodns.net
- ns2a.dodns.net
SOA Record
- ns1.bergersysteme.com
- hostmaster@bergersysteme.com
A Records
- 2a00:1169:118:23d0::
- 92.205.224.174
TXT Records
- 3LG6vZ/PivWRIe8DvklG1TFfyAT3qVVqeL1Ka9NHdE6RXsk6IHOq3SFajmIDJvdqv/wi0ZtHslqOkqF9w31WTg==
- apple-domain-verification=wfRpOKrl2oCC1XcX
- figma-domain-verification=03273e984b1bef1f51ddc91af6929d319b5de018b1e61bd3020c11a8da664d85-1767098280
- google-site-verification=44yvkdzolcdbB0iM3bLDF_ah23VzdpWoXh5eyRdtABk
- v=spf1 a:mail.bergersysteme.com include:spf.protection.outlook.com include:spf-de.emailsignatures365.com redirect=bergersysteme.com.spf.hornetdmarc.com
SPF Includes
- spf.protection.outlook.com
- spf-de.emailsignatures365.com
Related Domains by Mail Server
50 other domains also
use mx01.hornetsecurity.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is bergersysteme.com a disposable email provider?
bergersysteme.com has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use bergersysteme.com for account registration?
We have not yet verified bergersysteme.com. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from bergersysteme.com?
Use the Trashmail-Blacklist API to check bergersysteme.com before accepting it in your application. Send a GET request to /check/json/bergersysteme.com 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 bergersysteme.com?
bergersysteme.com 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 bergersysteme.com before they reach your database.