Is sbs.ox.ac.uk a Disposable Email?
Whitelistedsbs.ox.ac.uk is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-06-23
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check sbs.ox.ac.uk programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/sbs.ox.ac.uk
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/sbs.ox.ac.uk")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/sbs.ox.ac.uk");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/sbs.ox.ac.uk");
$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/sbs.ox.ac.uk")
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 sbs.ox.ac.uk.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- in.hes.trendmicro.eu
- oxforduni.in.tmes.trendmicro.eu
NS Records
- ns-1155.awsdns-16.org
- ns-139.awsdns-17.com
- ns-1798.awsdns-32.co.uk
- ns-581.awsdns-08.net
SOA Record
- ns-1155.awsdns-16.org
- awsdns-hostmaster@amazon.com
A Records
- 13.134.79.75
TXT Records
- 4297DC4149700728AA2299AECAE0907F054BAA129DB873614778FC7610EB2124
- c79iQ3mhkq/CztAss1FDG0purk3RJdA54NsaT674Krm/YBathD50FT3XV2v7SxygozB+chD6VnmQKXmjmqZUeA==
- canva-site-verification=K-W7h9FOhBbwDYSG-1cpww
- cisco-ci-domain-verification=7895c17ee022c6f36358637645249666f839eca0e7b3744ea770a5a526c56c51
- facebook-domain-verification=jtps8kcrxaw4i4ws2rdbukcfo1mgyo
- google-site-verification=f5KsZb8RSErhsIL8crCCsyHCAOeXDhqv4KGtsZubK8Y
- hes=f641fac40fb0887df2dacdfea2d1d3bd
- mentimeter-80ab8c25-3163-4826-9eba-65b3d27b2a41
- miro-verification=7fab9b5adb8c62bc014dac9df1c051cebff4c856
- v=spf1 a:oxmail.ox.ac.uk include:spf.protection.outlook.com include:spf1.formassembly.com a:smtp.ox.ac.uk ip4:40.120.42.24 include:outboundmail.blackbaud.net include:_spf.salesforce.com ~all
SPF Includes
- spf.protection.outlook.com
- spf1.formassembly.com
- outboundmail.blackbaud.net
- _spf.salesforce.com
Related Domains by Mail Server
2 other domains also
use in.hes.trendmicro.eu
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is sbs.ox.ac.uk a disposable email provider?
No, sbs.ox.ac.uk is whitelisted and considered a legitimate email provider.
Can I use sbs.ox.ac.uk for account registration?
sbs.ox.ac.uk is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from sbs.ox.ac.uk?
Use the Trashmail-Blacklist API to check sbs.ox.ac.uk before accepting it in your application. Send a GET request to /check/json/sbs.ox.ac.uk 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 sbs.ox.ac.uk?
sbs.ox.ac.uk 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 sbs.ox.ac.uk before they reach your database.