Is phillips.com a Disposable Email?
Unknownphillips.com is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-20
- Last Checked
- 2026-06-23
- Reason
- phillips.com
Registration Data
- Registrar
- Amazon Registrar, Inc.
- Registered
- 1993-12-20 (32 years, 6 months)
- Expires
- 2026-12-19
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check phillips.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/phillips.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/phillips.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/phillips.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/phillips.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/phillips.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 phillips.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- us-smtp-inbound-1.mimecast.com
- us-smtp-inbound-2.mimecast.com
NS Records
- ns-1188.awsdns-20.org
- ns-1968.awsdns-54.co.uk
- ns-3.awsdns-00.com
- ns-822.awsdns-38.net
SOA Record
- ns-822.awsdns-38.net
- awsdns-hostmaster@amazon.com
A Records
- 151.101.131.52
- 151.101.195.52
- 151.101.3.52
- 151.101.67.52
TXT Records
- 1yL1DmeWQ4IeW1iLgSTjFlVI6MTj5puytPJoq3v6CNZivjemIvksVGDzUgWrw6uv3Nbi6D0CDbJr+J16WBbZ+g==
- MS=4697329FEB34A1396C56492199B3CF1888A77F1A
- apple-domain-verification=zcnOfKzEIzBIGFZD
- atlassian-domain-verification=26z94/RkZ2qSQhcn3BoWiOmdbJUakCtpfx92TiA0kDZN5TXv7YmP3Q952JzeKtaf
- atlassian-domain-verification=hvpXvdPVJbMLjum3Ff53+btK7cKcTHSb9WSwsfBCWt5e46iqM7GB9giDCaQ6yoHq
- facebook-domain-verification=kjbi7jvqw1nain6yrfwclv5n68kkw7
- google-site-verification=7gDl_QKkgGpGxiP6o0joy5AZxS9i7ee6KYyaluUbYr4
- google-site-verification=M9NrJ1oJ0S6vgIirM4qRMwNmfh0GIhl5hF6xfoFA0kw
- google-site-verification=NxjN7OsmssRZTPLN0OyJPgA2Q4EZrqwnsVuk6jlKT4I
- google-site-verification=f8evxcPuqzzmvHE6NMgOLY3VfmQoD00GRs2RvSUUeFc
- google-site-verification=w9HGtMYnVfKiUf693y7zyQKBTZYrk_-GBNiy-ntLk-o
- miro-verification=ec4c85a8c87ade0929ab2ea26f132ac854d8c633
- shopify-verification-code=fMixwVareOYj8IA8TBKOgCJpayC9wM
- smartsheet-site-validation=ldIfxxTNBGEyBb0vwDXISV6Mb3WH2GLb
- v=spf1 include:_netblocks.mimecast.com include:spf.protection.outlook.com include:mailgun.org include:amazonses.com include:47523001.spf02.hubspotemail.net ip4:167.89.59.65 ip4:70.35.196.122 ~all
- wDOrkWcm
- wiz-domain-verification=2ce1194502043b5e38e7ea91f5e095b237b458b5af707c4e733b987cc2583ed0
SPF Includes
- _netblocks.mimecast.com
- spf.protection.outlook.com
- mailgun.org
- amazonses.com
- 47523001.spf02.hubspotemail.net
Related Domains by Mail Server
13 other domains also
use us-smtp-inbound-1.mimecast.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is phillips.com a disposable email provider?
phillips.com has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use phillips.com for account registration?
We have not yet verified phillips.com. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from phillips.com?
Use the Trashmail-Blacklist API to check phillips.com before accepting it in your application. Send a GET request to /check/json/phillips.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 phillips.com?
phillips.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 phillips.com before they reach your database.