Is trius.berlin a Disposable Email?
Unknowntrius.berlin is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-06-23
- Reason
- trius.berlin
Registration Data
- Registrar
- 141
- Registered
- 2020-05-19 (6 years, 1 month)
- Expires
- 2027-05-19
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check trius.berlin programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/trius.berlin
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/trius.berlin")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/trius.berlin");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/trius.berlin");
$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/trius.berlin")
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 trius.berlin.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- maildomain.datevnet.com
- maildomain.datevnet.de
NS Records
- docks02.rzone.de
- shades14.rzone.de
SOA Record
- shades14.rzone.de
- hostmaster@strato-rz.de
A Records
- 2001:8d8:100f:f000::200
- 217.160.0.68
TXT Records
- MS=ms37545271
- v=spf1 a mx include:maildomain._spf.datev.de a:mail.fp-sign.com ip4:83.246.89.68/32 ~all
SPF Includes
- maildomain._spf.datev.de
Related Domains by Mail Server
38 other domains also
use maildomain.datevnet.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is trius.berlin a disposable email provider?
trius.berlin has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use trius.berlin for account registration?
We have not yet verified trius.berlin. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from trius.berlin?
Use the Trashmail-Blacklist API to check trius.berlin before accepting it in your application. Send a GET request to /check/json/trius.berlin 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 trius.berlin?
trius.berlin 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 trius.berlin before they reach your database.