Is biblica.dev a Disposable Email?
Blacklistedbiblica.dev is a known disposable email provider. Emails from this domain are likely temporary and should not be trusted for account registrations.
Think this listing is wrong?
Report biblica.dev as a false positive and we'll review it.
Think this listing is wrong?
Report biblica.dev as a false positive and we'll review it.
Details
- Status
- blacklisted
- Added
- 2023-09-24
- Last Checked
- 2026-06-22
- Reason
- biblica.dev
Registration Data
- Registrar
- Key-Systems LLC
- Registered
- 2019-03-03 (7 years, 3 months)
- Expires
- 2027-03-03
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check biblica.dev programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/biblica.dev
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/biblica.dev")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/biblica.dev");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/biblica.dev");
$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/biblica.dev")
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 biblica.dev.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- us-smtp-inbound-1.mimecast.com
- us-smtp-inbound-2.mimecast.com
NS Records
- bill.ns.cloudflare.com
- carol.ns.cloudflare.com
SOA Record
- bill.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.18.8.68
- 104.18.9.68
- 2606:4700::6812:844
- 2606:4700::6812:944
TXT Records
- 0ed1fe018a42f2e2f538524a32b8218155e8f9574f
- MS=ms69889533
- google-site-verification=53gR0yF5W5Z897Vu06X-won_6aD6jLV70I-_CdqQSTg
- v=spf1 include:_netblocks.mimecast.com ~all
SPF Includes
- _netblocks.mimecast.com
Related Domains by Mail Server
13 other domains also
use us-smtp-inbound-1.mimecast.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is biblica.dev a disposable email provider?
Yes, biblica.dev is blacklisted as a disposable email provider in our database.
Can I use biblica.dev for account registration?
biblica.dev is a known disposable email provider. Accounts registered with this domain may be temporary and unreliable.
How can I block disposable emails from biblica.dev?
Use the Trashmail-Blacklist API to check biblica.dev before accepting it in your application. Send a GET request to /check/json/biblica.dev 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 biblica.dev?
biblica.dev is blacklisted in our database. We provide its blacklist status, the date it was added, DNS records (MX, A, TXT), related domains sharing the same mail server, and a website screenshot if available.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like biblica.dev before they reach your database.