Is bent.cyou a Disposable Email?
Unknownbent.cyou is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-25
- Last Checked
- 2026-06-23
- Reason
- deviceandbrowserinfo.com
Registration Data
- Registrar
- Hosting Concepts B.V. d/b/a Registrar.eu
- Registered
- 2024-06-10 (2 years)
- Expires
- 2027-06-10
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bent.cyou programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bent.cyou
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bent.cyou")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bent.cyou");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/bent.cyou");
$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/bent.cyou")
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 bent.cyou.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail.protonmail.ch
- mailsec.protonmail.ch
NS Records
- ns1.mijn.host
- ns2.mijn.host
- ns3.mijn.host
SOA Record
- ns1.mijn.host
- hostmaster@bent.cyou
A Records
- 109.163.225.44
- 2a11:4880:0:10c1::1
TXT Records
- protonmail-verification=0541d89b2ddea26546e5fcbf5e86791036ac55d3
- sl-verification=wykqmtdvddxbmmobtokgdrysxtqkuh
- v=spf1 a mx include:simplelogin.co include:_spf.protonmail.ch ip4:109.163.225.44 ip6:2001:41d0:302:1100::922 include:cypher.bent.cyou ~all
SPF Includes
- simplelogin.co
- _spf.protonmail.ch
- cypher.bent.cyou
Related Domains by Mail Server
50 other domains also
use mail.protonmail.ch
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is bent.cyou a disposable email provider?
bent.cyou has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use bent.cyou for account registration?
We have not yet verified bent.cyou. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from bent.cyou?
Use the Trashmail-Blacklist API to check bent.cyou before accepting it in your application. Send a GET request to /check/json/bent.cyou 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 bent.cyou?
bent.cyou 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 bent.cyou before they reach your database.