Is riviera-networks.com a Disposable Email?
Unknownriviera-networks.com is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-26
- Last Checked
- 2026-06-27
- Reason
- deviceandbrowserinfo.com
Registration Data
- Registrar
- GoDaddy.com, LLC
- Registered
- 2000-12-10 (25 years, 6 months)
- Expires
- 2030-12-10
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check riviera-networks.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/riviera-networks.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/riviera-networks.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/riviera-networks.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/riviera-networks.com");
$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/riviera-networks.com")
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 riviera-networks.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- a370432.mx.mailhop.org
- mail.riviera-networks.com
- mail2.riviera-networks.com
- mx2.mailhop.co
- mx2.mailhop.co.uk
- mx2.mailhop.us
- rnimail.riviera-networks.com
NS Records
- ns1.he.net
- ns2.he.net
- ns3.he.net
- ns4.he.net
- ns5.he.net
SOA Record
- ns1.he.net
- hostmaster@he.net
A Records
- 185.162.208.20
TXT Records
- MS=3EFFBEE3C7B3BB68DE5404CB799A2A79B78B94B9
- cisco-ci-domain-verification=18e18c1bfbcde38eee785be59182629ae925fead26b5d6e4a53f051b01fb99e9
- google-site-verification=4qAbruHVOZjSblYLte-tRz0rHBi8Zbk21B4r5Utmh3U
- v=spf1 include:spf.mailjet.com a mx ip4:185.162.208.20 ~all
SPF Includes
- spf.mailjet.com
Related Domains by Mail Server
10 other domains also
use a370432.mx.mailhop.org
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is riviera-networks.com a disposable email provider?
riviera-networks.com has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use riviera-networks.com for account registration?
We have not yet verified riviera-networks.com. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from riviera-networks.com?
Use the Trashmail-Blacklist API to check riviera-networks.com before accepting it in your application. Send a GET request to /check/json/riviera-networks.com 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 riviera-networks.com?
riviera-networks.com 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 riviera-networks.com before they reach your database.