Is informatik.uni-freiburg.de a Disposable Email?
Unknowninformatik.uni-freiburg.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-06
- Last Checked
- 2026-07-15
- Reason
- informatik.uni-freiburg.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check informatik.uni-freiburg.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/informatik.uni-freiburg.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/informatik.uni-freiburg.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/informatik.uni-freiburg.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/informatik.uni-freiburg.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/informatik.uni-freiburg.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 informatik.uni-freiburg.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- a1421.mx.srv.dfn.de
- b1421.mx.srv.dfn.de
- c1421.mx.srv.dfn.de
- smtp1.informatik.uni-freiburg.de
- smtp2.informatik.uni-freiburg.de
- smtp2.uni-freiburg.de
NS Records
- dns0.fun.uni-freiburg.de
- dns1.belwue.de
- dns1.fun.uni-freiburg.de
- dns3.belwue.de
- dns5.belwue.de
SOA Record
- dhcp.fun.uni-freiburg.de
- hostmaster@rz.uni-freiburg.de
A Records
- 132.230.153.98
TXT Records
- v=spf1 ip4:132.230.150.4 ip4:132.230.150.5 ip4:132.230.2.0/24 ip6:2001:7c0:2500:4::/64 include:_spf.s1421.mx.srv.dfn.de include:_spf.s1422.mx.srv.dfn.de ?all
SPF Includes
- _spf.s1421.mx.srv.dfn.de
- _spf.s1422.mx.srv.dfn.de
Related Domains by Mail Server
2 other domains also
use a1421.mx.srv.dfn.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is informatik.uni-freiburg.de a disposable email provider?
informatik.uni-freiburg.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use informatik.uni-freiburg.de for account registration?
We have not yet verified informatik.uni-freiburg.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from informatik.uni-freiburg.de?
Use the Trashmail-Blacklist API to check informatik.uni-freiburg.de before accepting it in your application. Send a GET request to /check/json/informatik.uni-freiburg.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 informatik.uni-freiburg.de?
informatik.uni-freiburg.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 informatik.uni-freiburg.de before they reach your database.