Is syngenta.com a Disposable Email?
Unknownsyngenta.com is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-06-27
- Reason
- syngenta.com
Registration Data
- Registrar
- CSC Corporate Domains, Inc.
- Registered
- 1999-09-08 (26 years, 9 months)
- Expires
- 2028-09-08
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check syngenta.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/syngenta.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/syngenta.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/syngenta.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/syngenta.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/syngenta.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 syngenta.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- eu-smtp-inbound-1.mimecast.com
- eu-smtp-inbound-2.mimecast.com
NS Records
- pdns1.cscdns.net
- pdns2.cscdns.net
SOA Record
- pdns1.cscdns.net
- hostmaster@cscdns.net
A Records
- 151.101.130.216
- 151.101.194.216
- 151.101.2.216
- 151.101.66.216
TXT Records
- 8b2f82e77924c74bea78eccacec07b8a
- F7LZzi9hgu95J8pqy6Hzrf2eqBOR361Z84uvtIf4YeWJHIwjlwvaRcGkbjxfE/9m
- MS=ms95175596
- _1q59hyurjlk7qddr27p55tvpuv2xyr8
- _globalsign-domain-verification=QJYjMjVPDV6oD9T-fZJ0iE3ayYLCGO6hRRG7lbtALg
- _kplmlquo71nlwza4ieeteg289p8zyrm
- _w6vaks7xkhvqblmfrec6r36eji6w574
- apple-domain-verification=Uk9kxkKfp9vdpQSC
- apple-domain-verification=qNvdl6NzZvA5pCC8vTxSHqkucqXznkQO4gejQWo3-fE
- atlassian-domain-verification=F7LZzi9hgu95J8pqy6Hzrf2eqBOR361Z84uvtIf4YeWJHIwjlwvaRcGkbjxfE/9m
- atlassian-sending-domain-verification=6111751d-3e9a-46e3-985b-4f4be1113e8a
- docker-verification=1309777a-12cc-4c81-9204-899cc89a6e4e
- docusign=09c640d3-281a-4e97-bd1b-89d2d79de838
- docusign=862de9f4-a194-47de-9ba3-a328990950da
- duo_sso_verification=n6lLhSCIZYS54Mtmxl7VqEll0xzXvAzk6cHAhxudhyTF9sFxF4xNHfw22aNpYPhX
- google-site-verification=Fzfc5t0S6AWp2pkqkNYYTUV8itFHAyW0AIabZtVT_lQ
- google-site-verification=L8eyw659dd0vbUKkWweeFnJpGSWQT952F3zt0AmWMsY
- google-site-verification=R5S91rIHyooUsXIZeozHNzD_XdxoL3RyrebLriDPjP4
- google-site-verification=S5-XnalkD4inWZcfrd0C-UMVfC7QTaJg6lHwY6xoOhE
- google-site-verification=X3uDMDgOKjgybx9A9sGIiezprJ7voLKndj7KIPrG7pY
- google-site-verification=jk5dGumfZYu8Zrv3CPKx_fu8ROGtzGSBplVl68I72ag
- iFffbe+w8FGiXj75IiZNHTvDHESEUJ544AcF6OIzBF/11SA/2CkmeAOQoP9kBb/Nx4vsebLliFdqLgHI6ynm0w==
- mailru-verification: 12ebf29ea10365c8
- onetrust-domain-verification=1f1d4961a2a94394b91e79ff13a36efc
- onetrust-domain-verification=31f8d99022e04461bf748f9834523315
- onetrust-domain-verification=4714b40b9c83415fb4089e14e39fbc23
- v=spf1 redirect=7p2t9qfg._spf._d.mim.ec
- yandex-verification: b576c3a92b42bf4d
Related Domains by Mail Server
22 other domains also
use eu-smtp-inbound-1.mimecast.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is syngenta.com a disposable email provider?
syngenta.com has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use syngenta.com for account registration?
We have not yet verified syngenta.com. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from syngenta.com?
Use the Trashmail-Blacklist API to check syngenta.com before accepting it in your application. Send a GET request to /check/json/syngenta.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 syngenta.com?
syngenta.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 syngenta.com before they reach your database.