Is eumetsat.int a Disposable Email?
Whitelistedeumetsat.int is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-07
- Last Checked
- 2026-09-09
- Reason
- domain is limited to NATO, UN, ...
Registration Data
- Registered
- 2001-10-16 (24 years, 10 months)
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check eumetsat.int programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/eumetsat.int
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/eumetsat.int")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/eumetsat.int");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/eumetsat.int");
$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/eumetsat.int")
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 eumetsat.int.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- eumetsat-int.mail.protection.outlook.com
NS Records
- ns1-38.azure-dns.com
- ns2-38.azure-dns.net
- ns3-38.azure-dns.org
- ns4-38.azure-dns.info
SOA Record
- ns1-38.azure-dns.com
- azuredns-hostmaster@microsoft.com
A Records
- 13.107.246.64
- 40.90.65.181
TXT Records
- MS=F85ABED9E88BEE4EFDBCD0116F847CF5FF653885
- _e8l1b86i6rwy2skfmpvzqyali57o8sk
- _k8h8u3gqfvks8awegcefczzfx93z5nw
- _lgpfrskor5n02e0c93b4mp7cx25r34g
- apple-domain-verification=ELgIUpogxnaqnepf
- atlassian-domain-verification=187mhGMzXksEJ0hn4MVpazR3bdTtYXEfduIULNBY29OXJansaUUVhZoWB/vRvLUb
- bw=hVLdxFy3FKZsqomm4O4KffCLCifYK01vWnSnqQ1OoCsg
- cisco-ci-domain-verification=84f7a00181754711b6536782b7c886ff1dff251e253d21e4280400605eb8409
- facebook-domain-verification=ni3vwh8ros543uwwwv5gp4l2vjgr2u
- google-site-verification=PL_3HqeYWshJDYt4rmwSUsRzkzT8i2qI8dKbs1dWcHw
- google-site-verification=UTaPJOjaBpMUQcmyJDBncpmhjH_rK346IMY1oi8avII
- qsg7gx1bxppzcxl6b6syyk0t5yj2b4fl
- teamviewer-sso-verification=224176aab4b94338a0c80109563f962b
- v=spf1 include:spf.eumetsat.int include:spf.messagelabs.com include:_spf.mailspamprotection.com include:spf.protection.outlook.com a:mrelay.osn.de -all
SPF Includes
- spf.eumetsat.int
- spf.messagelabs.com
- _spf.mailspamprotection.com
- spf.protection.outlook.com
Related Domains by Mail Server
1 other domain also
use eumetsat-int.mail.protection.outlook.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is eumetsat.int a disposable email provider?
No, eumetsat.int is whitelisted and considered a legitimate email provider.
Can I use eumetsat.int for account registration?
eumetsat.int is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from eumetsat.int?
Use the Trashmail-Blacklist API to check eumetsat.int before accepting it in your application. Send a GET request to /check/json/eumetsat.int 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 eumetsat.int?
eumetsat.int 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 eumetsat.int before they reach your database.