Is lebenshilfe-fs.de a Disposable Email?
Unknownlebenshilfe-fs.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-06-27
- Reason
- lebenshilfe-fs.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check lebenshilfe-fs.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/lebenshilfe-fs.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/lebenshilfe-fs.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/lebenshilfe-fs.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/lebenshilfe-fs.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/lebenshilfe-fs.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 lebenshilfe-fs.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx-01-eu-central-1.prod.hydra.sophos.com
- mx-02-eu-central-1.prod.hydra.sophos.com
NS Records
- ns1059.ui-dns.biz
- ns1059.ui-dns.com
- ns1059.ui-dns.de
- ns1059.ui-dns.org
SOA Record
- ns1059.ui-dns.org
- hostmaster@schlund.de
A Records
- 2001:8d8:100f:f000::264
- 217.160.0.41
TXT Records
- 635cca5e5d164f8187834b46631439d6f9b769177fb9be8be29fa7d6706316e
- apple-domain-verification=WEgFMHRCffVuImwy
- apple-domain-verification=sB2IbVIfJdY9SflA
- atlassian-domain-verification=zZMaI3yHKjPcqxm6qF8Sz3znUiS97hRMwYg92xHCZL1h1a03qYgwGTJqxpMFe/aV
- atlassian-sending-domain-verification=7e6895ad-07a9-4cc0-9023-60d4c47165e7
- b67c4268ab0c1414be1d08271c2645e38b68f95d532b62c5a0b9e32783aa669
- gGzvAo0Q/W3xjfRtU5ZyusNp+vgtNuaYrwqdhCZYL+M=
- openai-domain-verification=dv-wG82ZvN0Mlp4vlrCBs73FVKA
- sophos-domain-verification=089b6b092635740826eff135587a41a18af3a0d6
- sophos-domain-verification=412c7681a6080b7ce254c1072fb3322691c46dd7a9d5047e15321a363d59686d
- v=spf1 include:_spf_eucentral1.prod.hydra.sophos.com include:mail.pi-asp.de include:spf.mailjet.com include:_spf.atlassian.net mx ~all
- v=verifydomain MS=8048852
SPF Includes
- _spf_eucentral1.prod.hydra.sophos.com
- mail.pi-asp.de
- spf.mailjet.com
- _spf.atlassian.net
Related Domains by Mail Server
37 other domains also
use mx-01-eu-central-1.prod.hydra.sophos.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is lebenshilfe-fs.de a disposable email provider?
lebenshilfe-fs.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use lebenshilfe-fs.de for account registration?
We have not yet verified lebenshilfe-fs.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from lebenshilfe-fs.de?
Use the Trashmail-Blacklist API to check lebenshilfe-fs.de before accepting it in your application. Send a GET request to /check/json/lebenshilfe-fs.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 lebenshilfe-fs.de?
lebenshilfe-fs.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 lebenshilfe-fs.de before they reach your database.