Is cisv.de a Disposable Email?
Unknowncisv.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-06-24
- Reason
- cisv.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check cisv.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/cisv.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/cisv.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/cisv.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/cisv.de");
$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/cisv.de")
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 cisv.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- ALT1.ASPMX.L.GOOGLE.com
- ALT2.ASPMX.L.GOOGLE.com
- ALT3.ASPMX.L.GOOGLE.com
- ALT4.ASPMX.L.GOOGLE.com
- ASPMX.L.GOOGLE.com
NS Records
- ns01.v-dns.de
- ns02.v-dns.de
SOA Record
- ns01.v-dns.de
- hostmaster@v-dns.de
A Records
- 85.13.135.87
TXT Records
- google-site-verification=FpFKLsmwM9xI7_0PiN61KDEJivL_cOwNjgggU4TQYco
- v=DKIM1; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4YuVy/HbuSmtPSvADRawhDBEL8yVI0NeSW3G7skPpgOkQpPYxFa43iDqyQpPj/XzbVvuhv78sGUrmW9l++2DLagFhbXeV14SMnho72Ei0lJV7c0Neiqg8P6j2M1Jp4CTo8XIonBJQ86h5xD4SX3YudWoI+DGyMDxoo5iIZMMCjQIDAQAB
- v=spf1 include:_spf.google.com include:mailservers.webling.ch ip4:178.72.21.163 mx a:vereinonline.org ~all
SPF Includes
- _spf.google.com
- mailservers.webling.ch
Related Domains by Mail Server
49 other domains also
use ALT1.ASPMX.L.GOOGLE.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is cisv.de a disposable email provider?
cisv.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use cisv.de for account registration?
We have not yet verified cisv.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from cisv.de?
Use the Trashmail-Blacklist API to check cisv.de before accepting it in your application. Send a GET request to /check/json/cisv.de 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 cisv.de?
cisv.de 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 cisv.de before they reach your database.