Is inttec.com a Disposable Email?
Unknowninttec.com is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-10-12
- Last Checked
- 2026-06-23
- Reason
- deviceandbrowserinfo.com
Registration Data
- Registrar
- GoDaddy.com, LLC
- Registered
- 1995-11-22 (30 years, 7 months)
- Expires
- 2026-11-21
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check inttec.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/inttec.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/inttec.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/inttec.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/inttec.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/inttec.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 inttec.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- a349949.mx.mailhop.org
- lastmx.spamexperts.net
- mail.inttec.com
- us-smtp-inbound-1.mimecast.com
- us-smtp-inbound-2.mimecast.com
NS Records
- ns43.domaincontrol.com
- ns44.domaincontrol.com
SOA Record
- ns43.domaincontrol.com
- dns@jomax.net
A Records
- 160.153.0.150
TXT Records
- 0ed1fe018a0be32566b481427f9ac24d476d1ee734
- MS=45B2311B2D9D7D5FF8934F7F0FE397486E753CEB
- ca3-d6ec3e60ee4c4620837994ac5fe92db2
- knowbe4-site-verification=98ce61499650948a5626d3406fb4d777
- v=spf1 include:us._netblocks.mimecast.com ip4:20.72.188.1 ip4:162.255.194.38 include:_spf.psm.knowbe4.com include:servers.mcsv.net -all
SPF Includes
- us._netblocks.mimecast.com
- _spf.psm.knowbe4.com
- servers.mcsv.net
Related Domains by Mail Server
20 other domains also
use a349949.mx.mailhop.org
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is inttec.com a disposable email provider?
inttec.com has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use inttec.com for account registration?
We have not yet verified inttec.com. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from inttec.com?
Use the Trashmail-Blacklist API to check inttec.com before accepting it in your application. Send a GET request to /check/json/inttec.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 inttec.com?
inttec.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 inttec.com before they reach your database.