Is web.net a Disposable Email?
Unknownweb.net is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-07-08
- Last Checked
- 2026-08-22
- Reason
- web.net
Registration Data
- Registrar
- Tucows Domains Inc.
- Registered
- 1993-05-26 (33 years, 2 months)
- Expires
- 2027-05-25
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check web.net programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/web.net
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/web.net")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/web.net");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/web.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/web.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 web.net.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail.web.net
NS Records
- dns01.web.ca
- dns02.web.ca
SOA Record
- dns1.web.ca
- hostmaster\@web@ca
A Records
- 149.56.25.90
TXT Records
- v=spf1 a mx ip4:167.114.102.13 ip4:54.39.87.117 ip4:198.55.54.160 ip4:158.69.125.76 ip4:54.39.73.137 -all
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is web.net a disposable email provider?
web.net has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use web.net for account registration?
We have not yet verified web.net. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from web.net?
Use the Trashmail-Blacklist API to check web.net before accepting it in your application. Send a GET request to /check/json/web.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 web.net?
web.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 web.net before they reach your database.