Is hks.harvard.edu a Disposable Email?
Whitelistedhks.harvard.edu is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-07
- 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 hks.harvard.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/hks.harvard.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/hks.harvard.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/hks.harvard.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/hks.harvard.edu");
$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/hks.harvard.edu")
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 hks.harvard.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx0a-00171101.pphosted.com
- mx0b-00171101.pphosted.com
NS Records
- a1-171.akam.net
- a10-66.akam.net
- a11-67.akam.net
- a16-64.akam.net
- a6-66.akam.net
- a7-65.akam.net
SOA Record
- a1-171.akam.net
- netmanager@harvard.edu
A Records
- 52.6.202.185
TXT Records
- Fastly-16327-5498
- MS=5950767B13CDC6D214DF3F6BF1ECC22304B1F0B4
- MS=C432C271A066C8BCE5FC01915056E4D8B4045FAE
- airtable-verification=38f7961e4c83e1b1ab72673e1509b4ea
- airtable-verification=a92cef30671587a4f6deb7951c1c3f1a
- anthropic-domain-verification-zpmd9f=v1mglFB9Qr5CEqEzU9YBOM6T1
- atlassian-domain-verification=ASRKBXyOafZgDCRWh1Ylv34hiOSMgAIoNXs8H57rR3aTkuOD5KwJfUN9G3f7Ah/H
- brevo-code:f2255429f39147760c33826eb21b551a
- google-site-verification=H_tPZ5AeA6NyGpSb1eqowaeF49T8H-1vbLgvU6vlh4E
- google-site-verification=OyJk1vJRkqpbXf3OjJ6yJLRR4ni4jOMARj1rLaWTaFc
- google-site-verification=Z1sjz4BsAUOhfcpflH32sQnRgXWtw9XlkFYtpD7J8nM
- google-site-verification=oDQO2f25agHlmP38NRjQe3-YPpuesPwuinDhDm8spYY
- obUSXwU5IyFIK2L/xCUVaGasSe9W9ItsQjjCs9ZgtvooYl5ev38GnMB00/P+P0lfrgJ6Be4QgLbhRB2cMGNc/w==
- openai-domain-verification=dv-EGe4FdbQO5jQbsGUJjv2BJhE
- sending_domain378242=81c49e74a595253a449d167ab56ace46c9dcf2ec690f935f2729b33ac44d28e0
- smartsheet-site-validation=jscgnz4P6c_DRMmJvD3zUssX4QZs2TAV
- v=spf1 include:%{i}._ip.%{h}._ehlo.%{d}._spf.vali.email ~all
- webexdomainverification.1SWE2=d553951c-c5c1-4925-8453-14a764ea1ec0.4C675B8ADCC3B136E053AB06FC0A3F65=b94b7b58-3392-4b3e-8ba0-eebad135e70f
- webexdomainverification.4C675B8A1AA3B136E053AB06FC0A3F65=44897f68-88c3-4d30-8adb-d5f61c9c700d
- webexdomainverification.4C675B8ADCC3B136E053AB06FC0A3F65=b94b7b58-3392-4b3e-8ba0-eebad135e70f
SPF Includes
- %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email
Related Domains by Mail Server
1 other domain also
use mx0a-00171101.pphosted.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is hks.harvard.edu a disposable email provider?
No, hks.harvard.edu is whitelisted and considered a legitimate email provider.
Can I use hks.harvard.edu for account registration?
hks.harvard.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from hks.harvard.edu?
Use the Trashmail-Blacklist API to check hks.harvard.edu before accepting it in your application. Send a GET request to /check/json/hks.harvard.edu 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 hks.harvard.edu?
hks.harvard.edu 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 hks.harvard.edu before they reach your database.