Is heeneman.group a Disposable Email?
Blacklistedheeneman.group is a known disposable email provider. Emails from this domain are likely temporary and should not be trusted for account registrations.
Think this listing is wrong?
Report heeneman.group as a false positive and we'll review it.
Think this listing is wrong?
Report heeneman.group as a false positive and we'll review it.
Details
- Status
- blacklisted
- Added
- 2023-09-24
- Last Checked
- 2026-07-27
- Reason
- heeneman.group
Registration Data
- Registrar
- Key-Systems, LLC
- Registered
- 2017-10-21 (8 years, 9 months)
- Expires
- 2026-10-21
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check heeneman.group programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/heeneman.group
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/heeneman.group")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/heeneman.group");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/heeneman.group");
$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/heeneman.group")
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 heeneman.group.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx01.mail.icloud.com
- mx02.mail.icloud.com
NS Records
- ns1.cloud86.nl
- ns2.cloud86.nl
- ns3.cloud86.eu
SOA Record
- ns1.cloud86.nl
- hostmaster@cloud86.io
A Records
- 45.82.191.146
TXT Records
- apple-domain=iKXMZ2AHgpMsmGSx
- google-site-verification=ReCHm9lOc8E0j9F9-B07nEAdjs0Wz_CK1VdtBgzn7GA
- v=spf1 include:icloud.com ~all
SPF Includes
- icloud.com
Related Domains by Mail Server
50 other domains also
use mx01.mail.icloud.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is heeneman.group a disposable email provider?
Yes, heeneman.group is blacklisted as a disposable email provider in our database.
Can I use heeneman.group for account registration?
heeneman.group is a known disposable email provider. Accounts registered with this domain may be temporary and unreliable.
How can I block disposable emails from heeneman.group?
Use the Trashmail-Blacklist API to check heeneman.group before accepting it in your application. Send a GET request to /check/json/heeneman.group 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 heeneman.group?
heeneman.group is blacklisted in our database. We provide its blacklist status, the date it was added, DNS records (MX, A, TXT), related domains sharing the same mail server, and a website screenshot if available.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like heeneman.group before they reach your database.