Is bcomfih.christuniversity.in a Disposable Email?
Unknownbcomfih.christuniversity.in is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-08-09
- Last Checked
- 2026-08-23
- Reason
- bcomfih.christuniversity.in
Registration Data
- Registrar
- Endurance International Group India Private Limited
- Registered
- 2007-07-20 (19 years, 1 month)
- Expires
- 2027-07-20
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bcomfih.christuniversity.in programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bcomfih.christuniversity.in
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bcomfih.christuniversity.in")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bcomfih.christuniversity.in");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/bcomfih.christuniversity.in");
$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/bcomfih.christuniversity.in")
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 bcomfih.christuniversity.in.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- ALT1.ASPMX.L.GOOGLE.COM
- ALT2.ASPMX.L.GOOGLE.COM
- ASPMX.L.GOOGLE.COM
- ASPMX2.GOOGLEMAIL.COM
- ASPMX3.GOOGLEMAIL.COM
- ASPMX4.GOOGLEMAIL.COM
- ASPMX5.GOOGLEMAIL.COM
NS Records
- ns1.christuniversity.in
- ns2.christuniversity.in
SOA Record
- ns1.christuniversity.in
- admin@christuniversity.in
A Records
- 111.93.136.229
TXT Records
- v=spf1 include:_spf.google.com ~all
SPF Includes
- _spf.google.com
Related Domains by Mail Server
50 other domains also
use ALT1.ASPMX.L.GOOGLE.COM
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is bcomfih.christuniversity.in a disposable email provider?
bcomfih.christuniversity.in has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use bcomfih.christuniversity.in for account registration?
We have not yet verified bcomfih.christuniversity.in. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from bcomfih.christuniversity.in?
Use the Trashmail-Blacklist API to check bcomfih.christuniversity.in before accepting it in your application. Send a GET request to /check/json/bcomfih.christuniversity.in 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 bcomfih.christuniversity.in?
bcomfih.christuniversity.in 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 bcomfih.christuniversity.in before they reach your database.