Is bean.farm a Disposable Email?
Blacklistedbean.farm 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 bean.farm as a false positive and we'll review it.
Think this listing is wrong?
Report bean.farm as a false positive and we'll review it.
Details
- Status
- blacklisted
- Added
- 2023-09-24
- Last Checked
- 2026-06-22
- Reason
- bean.farm
Registration Data
- Registrar
- NameCheap, Inc.
- Registered
- 2021-10-13 (4 years, 8 months)
- Expires
- 2026-10-13
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bean.farm programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bean.farm
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bean.farm")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bean.farm");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/bean.farm");
$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/bean.farm")
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 bean.farm.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail.protonmail.ch
- mailsec.protonmail.ch
NS Records
- carlos.ns.cloudflare.com
- dina.ns.cloudflare.com
SOA Record
- carlos.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.21.34.235
- 172.67.166.82
- 2606:4700:3030::6815:22eb
- 2606:4700:3036::ac43:a652
TXT Records
- protonmail-verification=4485c02eca3eedc44076a659fdc60b7e03ac722b
- v=spf1 include:_spf.protonmail.ch ~all
SPF Includes
- _spf.protonmail.ch
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 bean.farm a disposable email provider?
Yes, bean.farm is blacklisted as a disposable email provider in our database.
Can I use bean.farm for account registration?
bean.farm is a known disposable email provider. Accounts registered with this domain may be temporary and unreliable.
How can I block disposable emails from bean.farm?
Use the Trashmail-Blacklist API to check bean.farm before accepting it in your application. Send a GET request to /check/json/bean.farm 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 bean.farm?
bean.farm 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 bean.farm before they reach your database.