Is lindenberg.biz a Disposable Email?
Unknownlindenberg.biz is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-07-30
- Last Checked
- 2026-08-22
- Reason
- lindenberg.biz
Registration Data
- Registrar
- Vautron Rechenzentrum AG
- Registered
- 2002-01-03 (24 years, 7 months)
- Expires
- 2027-01-02
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check lindenberg.biz programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/lindenberg.biz
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/lindenberg.biz")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/lindenberg.biz");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/lindenberg.biz");
$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/lindenberg.biz")
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 lindenberg.biz.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx2.vege.net
- mx3.vege.net
NS Records
- dns.bremen-nord.de
- dns.vege.net
- ns2.bremen-nord.de
- ns2.y4i.de
SOA Record
- ns1.lindenberg.biz
- hostmaster@lindenberg.biz
A Records
- 193.101.47.129
TXT Records
- v=spf1 mx a include:spf.vege.net -all
SPF Includes
- spf.vege.net
Related Domains by Mail Server
2 other domains also
use mx2.vege.net
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is lindenberg.biz a disposable email provider?
lindenberg.biz has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use lindenberg.biz for account registration?
We have not yet verified lindenberg.biz. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from lindenberg.biz?
Use the Trashmail-Blacklist API to check lindenberg.biz before accepting it in your application. Send a GET request to /check/json/lindenberg.biz 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 lindenberg.biz?
lindenberg.biz 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 lindenberg.biz before they reach your database.