Is it-haus.com a Disposable Email?
Unknownit-haus.com is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-16
- Last Checked
- 2026-06-26
- Reason
- it-haus.com
Registration Data
- Registrar
- IONOS SE
- Registered
- 1998-02-04 (28 years, 4 months)
- Expires
- 2027-02-03
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check it-haus.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/it-haus.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/it-haus.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/it-haus.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/it-haus.com");
$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/it-haus.com")
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 it-haus.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx-01-eu-central-1.prod.hydra.sophos.com
- mx-02-eu-central-1.prod.hydra.sophos.com
NS Records
- ns1-08.azure-dns.com
- ns2-08.azure-dns.net
- ns3-08.azure-dns.org
- ns4-08.azure-dns.info
SOA Record
- ns1-08.azure-dns.com
- hostmaster@ithaus.com
A Records
- 185.30.157.13
TXT Records
- 5YEUEB2SLZQZRR8HQORPN704PDA9AAGX5YQ6JTOY
- 9cqoio/7trYonKjtJF78MrOPsnii9b2HvWgdxV9c7GNZm6amzChhswXliPmWZArdzt//gKmM8xFXDg1AsBJYRQ==
- HR4Y8I96J97UU3N7E59HHRRZ147866BB3K5Y3IE8
- anthropic-domain-verification-ng90ey=D4m4nHeSj3tOsRh1x5KC3Ig9h
- apple-domain-verification=VXcxOLbIQJK9Kmmm
- bw=C7BnfQSgJSphsm8+KKMlrv4ew0kfbuNGtb0PfpmMxfyA
- d365mktkey=C2rNW6kJzoHGpxxJNukHKfxgf93mtuv2uiuKNmtNQJYx
- google-site-verification=RQQV4zgDkevmVcoQ_GkBVvndzp56NMcVW2-AOgXLRXU
- google-site-verification=bXxdkNTuG56mhOdRkMFVbLZ_cY2PjCp86FVwb7Q_gkQ
- msfpkey=6fb2e4ixqkwc70yyxd8f5m1r0
- sophos-domain-verification=433dc1258bcfaa097a728cb30f2b36af3ecf111469b84e2adef5b58719f15460
- sophos-domain-verification=76c4ac7b0967a93efdb2bd068f5087b5ecd38469
- sophos-domain-verification=9dd570e2f638a60b69775dddd214eb5bb5148f8c71c8dc75202c2b9055643aaa
- teamviewer-sso-verification=9a445fbe595f482e94028f8bafc8bd16
- uS3WgsEl0CTAZWaI2MwhcIVVzY6cbxRh/Feq840bWDQ2rCgQsO2Fd829F8I59AtgArksMpW0fsN8UHrs1Lk/xg==
- v=DMARC1; p=none; rua=mailto:dmarc-reporting@it-haus.com; sp=none; fo=1; adkim=r; aspf=r
- v=spf1 mx ip4:185.30.157.75 ip4:185.30.157.87 ip4:212.18.201.114 ip4:193.158.9.114 include:mailgun.org include:spf.protection.outlook.com include:_spf_eucentral1.prod.hydra.sophos.com include:eur.pb-dynmktge.com -all
- x4xjspx6zltbyq4284v46bzbl9n7ghfx
SPF Includes
- mailgun.org
- spf.protection.outlook.com
- _spf_eucentral1.prod.hydra.sophos.com
- eur.pb-dynmktge.com
Related Domains by Mail Server
37 other domains also
use mx-01-eu-central-1.prod.hydra.sophos.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is it-haus.com a disposable email provider?
it-haus.com has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use it-haus.com for account registration?
We have not yet verified it-haus.com. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from it-haus.com?
Use the Trashmail-Blacklist API to check it-haus.com before accepting it in your application. Send a GET request to /check/json/it-haus.com 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 it-haus.com?
it-haus.com 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 it-haus.com before they reach your database.