Is libero.it a Disposable Email?
Whitelistedlibero.it is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-06
- Last Checked
- 2026-06-09
- Reason
- libero.it
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check libero.it programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/libero.it
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/libero.it")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/libero.it");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/libero.it");
$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/libero.it")
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 libero.it.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- smtp-in.libero.it
NS Records
- ns1.italiaonline.it
- ns2.iol.it
SOA Record
- ns1.italiaonline.it
- gestione@domini.italiaonline.it
A Records
- 213.209.17.209
TXT Records
- A56XFUseWyYPG/j1A/vCKSrmpbyJ13Tcy38rg/x/ZpE=
- google-site-verification=Uhj3hk68gf5xSOTkWZsxeUYymAtnGCEa5qzQwgvKato
- google-site-verification=Uqlsuq5IYki3ePd2jAK3xSCEO-hUADPiA093XneooE4
- google-site-verification=fqsYdy3wwvDP-i736PKI7o6xfl203FX5pvS53EyScLM
- google-site-verification=rwDHe3W-KaW0jUSCtpGSk5UWBkwhAOpw2mQdmn4NQLw
- have-i-been-pwned-verification=dweb_oz8y5c8ao7xgbhg6yns1c1wh
- hibp-verify=dweb_3pf5h26vu1yugqn2lpxtuuhm
- v=spf1 ip4:213.209.8.0/21 ip4:213.209.6.249/32 ip4:213.209.17.209/32 ip4:213.209.17.246/32 ip4:213.209.27.51/32 ip4:213.209.27.52/32 ip4:195.140.184.104/29 ip4:195.140.184.112 ip4:195.140.184.231/32 ip4:195.140.184.232/29 ip4:195.140.184.240/29 ip4:141.206.150.96/29 ip4:141.206.150.48/29 include:mail.zendesk.com include:_oxspf.libero.it -all
SPF Includes
- mail.zendesk.com
- _oxspf.libero.it
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is libero.it a disposable email provider?
No, libero.it is whitelisted and considered a legitimate email provider.
Can I use libero.it for account registration?
libero.it is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from libero.it?
Use the Trashmail-Blacklist API to check libero.it before accepting it in your application. Send a GET request to /check/json/libero.it 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 libero.it?
libero.it is whitelisted as a legitimate provider. We provide its status, DNS records, and related domains sharing the same mail server.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like libero.it before they reach your database.