Is yandex.ru a Disposable Email?
Whitelistedyandex.ru is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-06
- Last Checked
- 2026-08-18
- Reason
- yandex.ru
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check yandex.ru programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/yandex.ru
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/yandex.ru")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/yandex.ru");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/yandex.ru");
$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/yandex.ru")
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 yandex.ru.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx.yandex.ru
NS Records
- ns1.yandex.ru
- ns2.yandex.ru
SOA Record
- ns1.yandex.ru
- sysadmin@yandex-team.ru
A Records
- 2a02:6b8:a::a
- 5.255.255.77
- 77.88.44.55
- 77.88.55.88
TXT Records
- MS=ms75457885
- _globalsign-domain-verification=Bsh984AwTZjIGgwOYd7CoqHhG83OgSzVw3hCZXNDka
- _globalsign-domain-verification=XfFoTGEKBaA07QSvT3fy1Ji5aWKVaBqsRJIv--93Gu
- facebook-domain-verification=e750ewnqm68u4f83wvp6qp7iiphkj0
- google-site-verification=Xj1hw8lKZK7dkCP6SCfNi98SvjacNHoNCVrFbJCZfio
- google-site-verification=bDiyjBjCnMbct5cB1XZXOj5gQ0YcatJqTZUxFBo55nE
- have-i-been-pwned-verification=13c7b50cd0b12f85dabe796e6178fb74
- mailru-verification: 530c425b1458283e
- v=spf1 redirect=_spf.yandex.ru
Related Domains by Mail Server
44 other domains also
use mx.yandex.ru
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is yandex.ru a disposable email provider?
No, yandex.ru is whitelisted and considered a legitimate email provider.
Can I use yandex.ru for account registration?
yandex.ru is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from yandex.ru?
Use the Trashmail-Blacklist API to check yandex.ru before accepting it in your application. Send a GET request to /check/json/yandex.ru 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 yandex.ru?
yandex.ru is whitelisted as a legitimate provider. We provide its status, DNS records, and related domains sharing the same mail server.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like yandex.ru before they reach your database.