Is aht.at a Disposable Email?
Unknownaht.at is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-09
- Last Checked
- 2026-08-25
- Reason
- aht.at
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check aht.at programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/aht.at
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/aht.at")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/aht.at");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/aht.at");
$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/aht.at")
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 aht.at.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- de-smtp-inbound-1.mimecast.com
- de-smtp-inbound-2.mimecast.com
NS Records
- dns1.a1.net
- dns2.a1.net
- dns3.a1.net
SOA Record
- dns2.a1.net
- domainadmin@a1.net
A Records
- 85.13.131.69
TXT Records
- 158pdd1ausugs2qld9p0ktmvh0
- 1b8l81tlsg4sdfe56cb5ff78ei
- 3521q10803b28mit26b85s8nea
- 3p2811vl9ker9qlaqab0mt3c35
- 5kpgrgbqiqd5fga64ubchmpmp8
- 6dek088ndj1reja1jlk89oocq4
- 6l05p66omekehplpe8h46e2hvj
- 6qc26e72e0msrkgstacbues5cs
- 7jl43bg4s9p7bs76je5jac0l2q
- 84ctsq5jgb2tc8mnof1tgvketq
- MS=3595C1B1261D0266CEFB027374EAB9DCE85E50E6
- MS=ms68809263
- ao0sv9nckh60pqfj4j43mg39sr
- damgak4v3d6252dn02u8nst5s2
- efd2nhhigjfol41p5usi6tdmr2
- g6c38jsp560goknb7aci6kqvl9
- hq7t27m3ffg3uvkghu52e6udkk
- i9vmnkote9afn9teel6oiie2fa
- j947h5tiqvlgkafunvhoj0cd7j
- jjj43t1jibvs47dgrqb08numtl
- jm8nsf8m0j2t1qt269kol02on8
- kjo6gm6rhpqd3tgrhbh320825p
- mmjs09jbp803hm55jcgjmhodf3
- nhnd299o29s4gu47fld6ii9lk8
- o62bbaludarmv6edptcq8b4kbu
- oet2i3jh2c162eehqhvegkps1s
- offensity-domain-verification=ea6c127dc87015e75dc758ab8f2ac4f15a3e805feaa375885494d832b41b52f2
- onuo0upvdup0mavq07ouale6cd
- q1rov2b21oeqqjp73kgt4feik8
- u87rfcvpdb0dmqi6bsur20a7m2
- v=spf1 ip4:62.218.26.133/32 ip4:212.183.13.35/32 ip4:62.218.26.131/32 ip4:85.13.131.69/32 ip4:195.200.201.21/32 ip4:195.200.201.22/32 include:spf.protection.outlook.com include:de._netblocks.mimecast.com include:mailgun.org include:_spf.salesforce.com -all
SPF Includes
- spf.protection.outlook.com
- de._netblocks.mimecast.com
- mailgun.org
- _spf.salesforce.com
Related Domains by Mail Server
21 other domains also
use de-smtp-inbound-1.mimecast.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is aht.at a disposable email provider?
aht.at has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use aht.at for account registration?
We have not yet verified aht.at. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from aht.at?
Use the Trashmail-Blacklist API to check aht.at before accepting it in your application. Send a GET request to /check/json/aht.at 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 aht.at?
aht.at 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 aht.at before they reach your database.