Is andreamoser.com a Disposable Email?
Unknownandreamoser.com is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-08-24
- Reason
- andreamoser.com
Registration Data
- Registrar
- 1API GmbH
- Registered
- 2006-04-05 (20 years, 4 months)
- Expires
- 2027-04-05
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check andreamoser.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/andreamoser.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/andreamoser.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/andreamoser.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/andreamoser.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/andreamoser.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 andreamoser.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- inet.michaelawunsch.de
NS Records
- ns1.domainoffensive.de
- ns2.domainoffensive.de
- ns3.domainoffensive.de
SOA Record
- ns1.domainoffensive.de
- info@domains.resellerinterface.de
A Records
- 2a01:4f8:190:20c4::2
- 5.9.141.218
TXT Records
- v=spf1 a mx a:inet.michaelawunsch.de ip4:5.9.141.218 ip6:2a01:4f8:190:20c4::1 ~all
Related Domains by Mail Server
3 other domains also
use inet.michaelawunsch.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is andreamoser.com a disposable email provider?
andreamoser.com has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use andreamoser.com for account registration?
We have not yet verified andreamoser.com. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from andreamoser.com?
Use the Trashmail-Blacklist API to check andreamoser.com before accepting it in your application. Send a GET request to /check/json/andreamoser.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 andreamoser.com?
andreamoser.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 andreamoser.com before they reach your database.