Is og1o.de a Disposable Email?
Unknownog1o.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-17
- Last Checked
- 2026-07-26
- Reason
- og1o.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check og1o.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/og1o.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/og1o.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/og1o.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/og1o.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/og1o.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 og1o.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- og1o-de.mail.protection.outlook.com
NS Records
- pns.otto.de
- sns.otto.de
SOA Record
- pns.otto.de
- hostmaster@otto.de
A Records
- 185.237.66.12
TXT Records
- MS=ms54474735
- anthropic-domain-verification-tg2s3p=SEMZyAavAC8m5O6nCAkKikTYD
- apple-domain-verification=svokSQpMuJyJZOwN
- atlassian-domain-verification=XuvfFNPt8O1LGWHgmu6drxqQRbfQGX4Dr2Ot8f9rgaA2FemHHZpmo2KZHiug8I9G
- cursor-domain-verification-8f3cy3=V1zm5XZGo2vOAPGJ7PLZBawfG
- docker-verification=885a6a6d-3ec0-4d0b-b288-5be685a8a003
- dtm-domain-verification=LPb6doydp8GQ8VxkBTuX92DJQK10UqOwEpF4s6thIXQ
- figma-domain-verification=a7779162ff855ae8f5aca8708caa598f1d994bcd54c597f3816230fcc8817fe0-1744186662
- google-site-verification=v3DpNWe36Q22mck4PGzigYg-ug4wzbctQcinZFGSnks
- iid-domain-verification=99376710-06da-4a81-b735-04e1c5119199
- jamf-site-verification=1e8oh4FwICzALaTo9Bzs1Q
- miro-verification=bdc9cd9f80167223093040082fce9f70cb15a22c
- mongodb-site-verification=VDv8wRyZ0sKdFNmMk9rxIdqJMu8rgqVd
- successfactors-site-verification=MzQ0YWU2YWE3MDQ4MzQ2NTViMGNhMDgxYzgzMDY3MzM2OGI4MTU4MDY2ODk0NzgxYWEwODgwZjYzODc5ZDIyZg==
- v=spf1 ip4:80.85.192.0/20 include:spf.hornetsecurity.com include:spf.protection.outlook.com -all
- wiz-domain-verification=084961cf6a9943467022b6e4e254206d89ccca15ebf3b26fbcda38cfa76fdb97
- wiz-domain-verification=1a3e7dd21b4100ae6f6f23170e29a63b283de9acf88307fd0a6f15ea6a449f90
SPF Includes
- spf.hornetsecurity.com
- spf.protection.outlook.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is og1o.de a disposable email provider?
og1o.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use og1o.de for account registration?
We have not yet verified og1o.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from og1o.de?
Use the Trashmail-Blacklist API to check og1o.de before accepting it in your application. Send a GET request to /check/json/og1o.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 og1o.de?
og1o.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 og1o.de before they reach your database.