Is versemedia.net a Disposable Email?
Unknownversemedia.net is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-09-21
- Reason
- versemedia.net
Registration Data
- Registrar
- Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
- Registered
- 2022-03-04 (4 years, 6 months)
- Expires
- 2027-03-04
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check versemedia.net programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/versemedia.net
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/versemedia.net")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/versemedia.net");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/versemedia.net");
$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/versemedia.net")
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 versemedia.net.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- m1.feishu.cn
NS Records
- albert.ns.cloudflare.com
- lilyana.ns.cloudflare.com
SOA Record
- albert.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.21.73.124
- 172.67.190.7
- 2606:4700:3030::ac43:be07
- 2606:4700:3033::6815:497c
TXT Records
- v=spf1 +include:_netblocks.m.feishu.cn ~all
- verification-code-site-App_feishu=jyMiF8bzrrM4HKfWD4Fb
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is versemedia.net a disposable email provider?
versemedia.net has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use versemedia.net for account registration?
We have not yet verified versemedia.net. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from versemedia.net?
Use the Trashmail-Blacklist API to check versemedia.net before accepting it in your application. Send a GET request to /check/json/versemedia.net 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 versemedia.net?
versemedia.net 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 versemedia.net before they reach your database.