Is hec.ca a Disposable Email?
Unknownhec.ca is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-07-16
- Reason
- hec.ca
Registration Data
- Registrar
- A.R.C. Informatique Inc.
- Registered
- 2000-11-24 (25 years, 7 months)
- Expires
- 2029-04-08
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check hec.ca programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/hec.ca
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/hec.ca")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/hec.ca");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/hec.ca");
$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/hec.ca")
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 hec.ca.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- hec-ca.mail.protection.outlook.com
NS Records
- dns.hec.ca
- dns2.hec.ca
- ns1.zonerisq.ca
- ns2.zonerisq.ca
SOA Record
- dns.hec.ca
- dnsmaster@hec.ca
A Records
- 132.211.67.121
TXT Records
- JBS8UMA7P4PRMPDJ2E4RF3LDN
- MS=ms19085256
- ZOOM_verify__Nblr71EQj6xi6HMOCBgaA
- atlassian-domain-verification=/T9JZjUFzzSj0R76aHMMwhzI3ZqPdsmHp4lZdA0ofbFcQ4pqTUgbuWBSJRylbRvm
- atlassian-sending-domain-verification=790a3107-6613-4aa0-821f-7e22caa522d2
- facebook-domain-verification=45zkqclz1d16bdrfnqmhzm7hdk1q9p
- google-site-verification=ACjMQjDftwIYFPxm7kCs6IEbjGCDAIk7Oum-a5zuhc0
- google-site-verification=U36ylsn-Xut-49rp2ZjazhGD-R0A9uz07QTH8NQPFZ0
- klaviyo-site-verification=VRDtv4
- pardot763713=d7710ff3f4467a38e639ed5c6943cb08b7c621fa3ba59a2adbac9c986ed95fd7
- pardot903781=674cf978d40e022b014e2a4d2c7fbf9c1949d0bf7523982ecfda2ced09ec93af
- pardot963983=5d8fd4f47b8d66c92a5c20b52685900f255b46c42b6f2e662388749979d15e6d
- sending_domain903781=1e989a1f96a7726e4fce5dc26ffe8ef5ffc89553ac45550a877453fe20be2d3c
- shopify-verification-code=O6Gu5f354Y7rDTLrROafq958aJKpMy
- v=spf1 ip4:132.211.133.137 ip4:132.211.133.138 ip4:132.211.137.121 ip4:132.211.137.122 ip4:13.111.53.44 ip4:65.39.192.50 ip4:160.34.236.14 ip4:192.29.13.121 ip4:35.182.111.116 ip4:52.60.204.165 ip4:52.60.222.30 ip4:52.60.245.122 ip4:149.72.132.190 include:_spf.qemailserver.com include:spf.protection.outlook.com include:outboundmail.blackbaud.net include:_spf.atlassian.net -all
- v=spf2.0/pra
- zapier-domain-verification-challenge=c41ba2df-f8b3-4df0-a7b6-e348f58a16f7
SPF Includes
- _spf.qemailserver.com
- spf.protection.outlook.com
- outboundmail.blackbaud.net
- _spf.atlassian.net
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is hec.ca a disposable email provider?
hec.ca has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use hec.ca for account registration?
We have not yet verified hec.ca. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from hec.ca?
Use the Trashmail-Blacklist API to check hec.ca before accepting it in your application. Send a GET request to /check/json/hec.ca 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 hec.ca?
hec.ca 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 hec.ca before they reach your database.