Is unisg.ch a Disposable Email?
Unknownunisg.ch is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-03
- Last Checked
- 2026-07-20
- Reason
- unisg.ch
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check unisg.ch programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/unisg.ch
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/unisg.ch")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/unisg.ch");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/unisg.ch");
$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/unisg.ch")
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 unisg.ch.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- unisg-ch.mail.protection.outlook.com
NS Records
- ns1.unisg.ch
- ns2.unisg.ch
- scsnms.switch.ch
SOA Record
- ns1.unisg.ch
- netzwerk-team@unisg.ch
A Records
- 85.131.147.70
TXT Records
- 3j6j0bbq7mghk0shm8pt3r8t3o
- I4aWAdlvtagugVN8aeNvdH6uHnOj3tZUnX9xrLZEwRoeOTuOOvosTRR0eWVY66Ku16zaSUMJS0mhR3gycA0o1w==
- MS=ms39065749
- MS=ms54509795
- MS=ms69240399
- Sendinblue-code:6ef1bdca0140128a0b0cdffd769c529f
- adobe-idp-site-verification=bfd63b9c38adcec78f5e6d696e506ce5f62202099be6fc7b5e22839ff0577ad2
- adobe-idp-site-verification=fcf56d686f5538a039a4b3635385df12ad5b99d5714d6abe6909ca18bc8726b5
- apple-domain-verification=iUzfeatLo2DqYqL4
- d365mktkey=NechagGklksTf22hilRjsv7ihG1afIxip0xWBcobhPMx
- google-site-verification=98ILTbQyhKWJ3gqAvGG-FjpWnqGAlBPeYN2G2NmIw6Y
- google-site-verification=qEC_3BYVVHJmoAnTFOmC_bqg2VvcBMLz9G3A0Ah8aaI
- jpXPu2b
- mindmanager-verification=4ffe358f2aac1aac46ef788daef691a968caeba3957e3c5a43e023a8b4e60f4a
- qcryy0qq7kqdgtzk3tnmfcnk2txf0bq6
- v=spf1 mx a:smtp.unisg.ch ip4:77.109.136.130 ip4:50.31.36.184 ip4:193.201.168.38 ip4:193.201.168.170 ip4:5.39.8.116 ip4:5.39.8.122 ip4:5.39.8.123 ip4:20.74.37.146 ip4:20.74.97.162 ip4:20.74.99.62 include:spf.protection.outlook.com include:spf.cs2.ch include:_spf.salesforce.com include:_spf.abxsec.com include:spf.augure.com include:25191048.spf07.hubspotemail.net -all
SPF Includes
- spf.protection.outlook.com
- spf.cs2.ch
- _spf.salesforce.com
- _spf.abxsec.com
- spf.augure.com
- 25191048.spf07.hubspotemail.net
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is unisg.ch a disposable email provider?
unisg.ch has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use unisg.ch for account registration?
We have not yet verified unisg.ch. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from unisg.ch?
Use the Trashmail-Blacklist API to check unisg.ch before accepting it in your application. Send a GET request to /check/json/unisg.ch 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 unisg.ch?
unisg.ch 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 unisg.ch before they reach your database.