Is ic.ac.uk a Disposable Email?
Whitelistedic.ac.uk is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-08-24
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check ic.ac.uk programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/ic.ac.uk
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/ic.ac.uk")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/ic.ac.uk");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/ic.ac.uk");
$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/ic.ac.uk")
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 ic.ac.uk.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- ic-ac-uk.mail.protection.outlook.com
NS Records
- auth0.dns.cam.ac.uk
- ns0.ic.ac.uk
- ns1.ic.ac.uk
- ns2.ic.ac.uk
SOA Record
- ns0.ic.ac.uk
- hostmaster@ic.ac.uk
A Records
- 146.179.32.12
- 146.179.32.37
- 146.179.33.19
- 155.198.30.55
- 155.198.30.71
- 155.198.30.98
- 155.198.63.21
TXT Records
- 2fa15ee8-2285-4496-bbfd-190dda3d1b98.100718
- 8EPXmL39AtuM4AzorZWkeT34xcLvQhnXdl1bWFIZZfmArx3YinDdA1MnJRWq+m+rtJwgxwbrJUidKpwiJB3CvQ==
- QuoVadis=2c177ef2-3f9b-4e3a-a5bc-9138f95d4089
- _n4u2r1q92sbrfhi4yw2pt2xhyyzz39i
- access-domain-verification=6a44df5d26c585e4eb589c3037362087e7eb4f27d1f760df73ed6118a7d13cb3
- atlassian-domain-verification=ATxzg4VKmcvcwvue9AxKCTcnkkld5VpodrJb73U8t5DkZQN8b8saysxyKv5uQI/4
- box-domain-verification=d9a6de600ab54606d1a29e06b6f0c15175f40edec34a789899bdf76033229bfd
- google-site-verification=t0wW8QL-0Y_1ntM8nbmSYUSQz3I7JcVXur6fgrVHMlc
- pbVVNAqLdNQQqtA1/1Ebp6JyY/P4TTRz2GTxVvg3zeZGBEb4PDvkT11a81xc++ZWZAI6j+2MWRakQxkkXOQzSA==
- v=spf1 include:_spf.imperial.ac.uk ~all
SPF Includes
- _spf.imperial.ac.uk
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is ic.ac.uk a disposable email provider?
No, ic.ac.uk is whitelisted and considered a legitimate email provider.
Can I use ic.ac.uk for account registration?
ic.ac.uk is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from ic.ac.uk?
Use the Trashmail-Blacklist API to check ic.ac.uk before accepting it in your application. Send a GET request to /check/json/ic.ac.uk 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 ic.ac.uk?
ic.ac.uk is whitelisted as a legitimate provider. We provide its status, DNS records, and related domains sharing the same mail server.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like ic.ac.uk before they reach your database.